fullstack-tutorial
fullstack-tutorial copied to clipboard
Incorrect (not complete) mutation to run on graphQL Playground point 4. writing Mutation Resolvers
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 } }