Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running signup mutation results in error #359

Open
marktani opened this issue May 24, 2018 · 3 comments
Open

Running signup mutation results in error #359

marktani opened this issue May 24, 2018 · 3 comments
Labels

Comments

@marktani
Copy link
Contributor

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

mutation {
 signup(email:“test@test.com”,name:“test”,password:“test1234”) {
   token
 }
}
@marktani marktani added the bug label May 24, 2018
@manjula-dube
Copy link
Contributor

manjula-dube commented May 24, 2018

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

@manjula-dube
Copy link
Contributor

You can assign it to me :)

@manjula-dube
Copy link
Contributor

thanks @vivek12345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants