We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to Facebook, the preferred extension is .graphql (not .graphqls):
graphql/graphql-spec#203
So these, warnings are a bit annoying:
Warning:(19, 1) Schema definitions should be written in GraphQL Schema files (.graphqls)
Also, at odds with your generated config file?
"README_endpoints": "A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE",
The text was updated successfully, but these errors were encountered:
Those warnings are annoying, indeed.
Sorry, something went wrong.
Please see my comment: #85 (comment)
Closing this in favor of #85
No branches or pull requests
According to Facebook, the preferred extension is .graphql (not .graphqls):
graphql/graphql-spec#203
So these, warnings are a bit annoying:
Warning:(19, 1) Schema definitions should be written in GraphQL Schema files (.graphqls)
Also, at odds with your generated config file?
"README_endpoints": "A list of GraphQL endpoints that can be queried from '.graphql' files in the IDE",
The text was updated successfully, but these errors were encountered: