我正在尝试使用apollo-tooling通过我的graphQL服务器自省结果(schema.json
)生成TypeScript类型。我不使用Apollo Engine,想知道是否有一个配置设置来指示apollo
cli停止尝试查找我的远程模式。
使用的命令:
apollo client:codegen \
--includes=./src/queries/** \
--localSchemaFile=./schema.json \
--target=typescript \
--tagName=gql \
--outputFlat \
src/schema_types.ts
当前错误:
Error initializing Apollo GraphQL project "xxxxxx-7926": Error: Error in "Loading schema for xxxxxx-7926": Error: Unable to get schema from Apollo Engine for service xxxxxx-7926