apollographql / apollographql/fullstack-tutorial
Incorrect (not complete) mutation to run on graphQL Playground point 4. writing Mutation Resolvers
Open
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
mutation LoginUser {
login(email: "daisy@apollographql.com")
}
in the tutorial is not complete!!!
The Token is missing!
The following mutation executes on GraphQL Playground.
mutation LoginUser {
login(email: "daisy@apollographql.com"){
token
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.