react-fullstack-graphql
react-fullstack-graphql copied to clipboard
Running signup mutation results in error
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
}
}
Whats the bug about ? Is this happening while running the react boilerplate ?
You can assign it to me :)
thanks @vivek12345