-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
[plugin-graphql] Allow .graphqls file extension #1027
Comments
Quick question: is there an RFC or ISO that covers graphql file naming? |
Unfortunately not that I know of, graphql doesn't specify file names in the spec. There was an issue to propose a recommendation, but it was closed without an official decision I believe (graphql/graphql-spec#203). Spring and gqlgen (and maybe others?) use |
Adding my 2 cents, android apollo uses apollographql/apollo-tooling#1408 Edit: apollo also supports |
Feature Use Case
My graphql schema is named
schema.graphqls
, which is the default from gqlgen (https://gqlgen.com/)Feature Proposal
I think the plugin should include
.graphqls
alongside.gql
and.graphql
, or even make it configurable.The text was updated successfully, but these errors were encountered: