react-apollo-form
react-apollo-form copied to clipboard
Cannot read property 'name' of null
I have setup everything according to documentation.but while running script 'npm run react-apollo-form' getting this error.
can you please help me regarding this.
Hi @masroor11
Sorry but react-apollo-form is not longer maintained.
Please refer to https://github.com/frontier-forms/frontier-forms
For your error, please ensure that all your mutations have name, this library does not support the following:
mutation { /* ... */ }