react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

Running signup mutation results in error

Open marktani opened this issue 7 years ago • 3 comments

Error: Field “createUser” of type “User!” must have a selection of subfields. Did you mean “createUser { ... }“?

mutation {
 signup(email:“[email protected]”,name:“test”,password:“test1234”) {
   token
 }
}

marktani avatar May 24 '18 09:05 marktani

Whats the bug about ? Is this happening while running the react boilerplate ?

manjula-dube avatar May 24 '18 18:05 manjula-dube

You can assign it to me :)

manjula-dube avatar May 24 '18 19:05 manjula-dube

thanks @vivek12345

manjula-dube avatar Jul 06 '18 22:07 manjula-dube