fullstack-tutorial icon indicating copy to clipboard operation
fullstack-tutorial copied to clipboard

Incorrect (not complete) mutation to run on graphQL Playground point 4. writing Mutation Resolvers

Open ybrhue opened this issue 5 years ago • 0 comments

mutation LoginUser { login(email: "[email protected]") }

in the tutorial is not complete!!!

The Token is missing! The following mutation executes on GraphQL Playground.

mutation LoginUser { login(email: "[email protected]"){ token } }

ybrhue avatar Aug 20 '20 08:08 ybrhue