apollographql / apollographql/fullstack-tutorial

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

Open
#164 0 comments 0 reactions 0 assignees View on GitHub
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

Research direction

Start at GraphQL Playground tutorial point 4, “Writing Mutation Resolvers,” and compare the documented login mutation with the executable example in the issue. Update the tutorial mutation to include the token selection, then verify that the corrected mutation runs in GraphQL Playground.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.