apollographql / apollographql/fullstack-tutorial
Incorrect (not complete) mutation to run on graphQL Playground point 4. writing Mutation Resolvers
未关闭
- 主要语言
- TypeScript
- 星标
- 1.2k
- 派生
- 808
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
}
}
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 GraphQL Playground 教程第 4 点“Writing Mutation Resolvers”开始,对比文档中的 login mutation 和 issue 中的可执行示例。更新教程中的 mutation,使其包含 token selection,然后验证修正后的 mutation 能在 GraphQL Playground 中运行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- graphql
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100