Closed Anujraval24 closed 4 years ago
"errors": [ { "message": "Cannot return null for non-nullable type (line 3, column 5):\n id\n ^", }
in graphcool logs the id shows undefined i am doing mutation mutation{
signupUser(email:"__EMAIL__",password:"__PASSWORD__"){ id token } }
signup.graphql
type SignupUserPayload { id: ID! token: String! } extend type Mutation { signupUser(email: String!, password: String!): SignupUserPayload }
any solution on this @marktani @schickling
in graphcool logs the id shows undefined i am doing mutation mutation{
signup.graphql
any solution on this @marktani @schickling