react-apollo-form icon indicating copy to clipboard operation
react-apollo-form copied to clipboard

Cannot read property 'name' of null

Open masroor11 opened this issue 5 years ago • 1 comments

I have setup everything according to documentation.but while running script 'npm run react-apollo-form' getting this error. image can you please help me regarding this.

masroor11 avatar Apr 30 '20 23:04 masroor11

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 { /* ... */ }

charlypoly avatar May 01 '20 09:05 charlypoly