You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are writing a client for a backend that only provides provides schema.graphql (extracted using https://github.com/graphcool/graphql-cli ) and no schema.json, but if we try to use this schema with apollo-codegen we get a parse error
We are writing a client for a backend that only provides provides
schema.graphql(extracted using https://github.com/graphcool/graphql-cli ) and noschema.json, but if we try to use this schema with apollo-codegen we get a parse errorDoes
apollo-codegenonly support JSON schemas? Any plan to support.graphqlschemas in future?