Getting "error: GraphQL schema file should contain a valid GraphQL introspection query result" after apollo schema:download
Getting "error: GraphQL schema file should contain a valid GraphQL introspection query result" after apollo schema:download
所以我设置了 here
描述的 graphql 服务器
现在,我想根据 these 说明使用 apollo android 针对此服务器生成 android 查询。
我已经针对此示例服务器针对生成的架构的位置尝试了不同的文件夹配置,但无论我做什么,我在编译时都会收到错误消息“GraphQL 架构文件应包含有效的GraphQL 自省查询结果"
有什么建议吗?
原来解决方案是使用 apollo-codegen cli 命令而不是 apollo schema:download
所以我设置了 here
描述的 graphql 服务器现在,我想根据 these 说明使用 apollo android 针对此服务器生成 android 查询。
我已经针对此示例服务器针对生成的架构的位置尝试了不同的文件夹配置,但无论我做什么,我在编译时都会收到错误消息“GraphQL 架构文件应包含有效的GraphQL 自省查询结果"
有什么建议吗?
原来解决方案是使用 apollo-codegen cli 命令而不是 apollo schema:download