apollographql / apollographql/fullstack-tutorial

Downloaded introspectionSchema.json File is not completed

未关闭
#195 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
TypeScript
星标
1.2k
派生
808
PR 合并指标
30 天内没有已合并 PR

描述

for instance, I will use
https://apollo-fullstack-tutorial.herokuapp.com/graphql

when I manually download the schema from the playground (I mean the right side Schema button and then pressed on download btn ) to use it for an android client the introspectionSchema.json that I got has many errors

when I use the JSON file to generate models always got this error
****Failed to locate schema root node `__schema`**
also if I put the whole JSON object inside these
`
{
"data": {
"__schema": { here }
}
}`

then i got this error
****Required value 'types_' (JSON name 'types') missing at $.data.__schema**

so i realised that the downloaded json file is uncompleted for some reason

贡献指南

这个仓库没有索引到贡献指南

调研方向

打开 https://apollo-fullstack-tutorial.herokuapp.com/graphql 中的 Apollo Playground,并使用 introspectionSchema.json 重现 Schema 下载。将下载的文档与报告的错误进行比较,并验证结果包含 data.__schema.types,以便无需手动添加 wrapper 即可用于 Android 模型生成。

由索引模型根据 Issue 内容生成。

评估

技术栈
android, graphql
领域
api
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。