-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for.graphql/yaml schemas #259
Comments
You can convert a apollo-codegen introspect-schema schema.graphql --output schema.json But it probably makes sense to support |
This would be nice, particularly because the
Their |
Another really clean solution would be to let |
* Support generating based on .graphql schema files Fixes #259 * Remove unused import
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-codegen
only support JSON schemas? Any plan to support.graphql
schemas in future?The text was updated successfully, but these errors were encountered: