Andrew Schreiber
12/04/2017, 9:11 PMmatic
12/04/2017, 10:28 PMservice
project.
I suppose this should be a minor difficulty, as everything is well explained in the docs, but you can always tag me and I will help you ๐nilan
12/04/2017, 11:42 PMnilan
12/04/2017, 11:44 PMAndrew Schreiber
12/05/2017, 8:17 AMGraphQL error: Cannot query field 'signinUser' on type 'Mutation'. (line 2, column 3)
with mutation($email: String!, $password: String!) {
signinUser(email: { email: $email, password: $password }) {
token
}
}
nilan
12/05/2017, 9:54 AM