alphasights / ember-graphql-adapter

GraphQL adapter for Ember Data
MIT License
244 stars 26 forks source link

Can't Identify Input type from server #163

Closed saviodo5591 closed 7 years ago

saviodo5591 commented 7 years ago

I am trying to write a mutation to my GraphQL server and I keep getting an error: {"errors":[{"message":"Field \"userCreate\" argument \"user\" of type \"UserInput!\" is required but not provided.","locations":[{"line":1,"column":24}]}]} And the error in the console is as follows: TypeError: Cannot read property 'user' of undefined