I am using the GraphQL class and in the mutation field I have this:{ name: 'mUser', fields: { signup: { type: signupInType, description: 'An endpoint to create new users', args: signupOutType, resolve: [AsyncFunction: signup] } } } However that is telling me that "Cannot read property 'description' of undefined", what is wrong with this mutation?
Submitted July 01, 2019 at 10:58AM by ForeignEnginer
No comments:
Post a Comment