Skip to content
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

Add support to .graphqls in addition to .graphql #930

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

rgaiacs
Copy link
Contributor

@rgaiacs rgaiacs commented Mar 7, 2024

From https://docs.spring.io/spring-graphql/reference/request-execution.html#execution.graphqlsource.schema-resources

By default, the Boot starter looks for schema files with extensions ".graphqls" or ".gqls" under the location classpath:graphql/**, which is typically src/main/resources/graphql.

This PR adds ´.graphqls´ and ´.gqls´ to the list of supported files.

@carmenbianca
Copy link
Member

Thanks @rgaiacs for the contribution! It looks great, merging.

@carmenbianca carmenbianca merged commit 1e785a4 into fsfe:main Apr 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants