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

Consider scanning for GraphQL schemas in all graphql folders in the classpath #33221

Closed
sbrannen opened this issue Nov 16, 2022 · 1 comment
Closed
Labels
status: declined A suggestion or change that we don't feel we should currently apply

Comments

@sbrannen
Copy link
Member

GraphQlProperties.Schema currently uses classpath:graphql/**/ as the resource pattern which limits schema discovery to the first graphql folder found in the classpath.

If this is intentional, please ensure that this is well documented.

If it's not intentional, consider using classpath*:graphql/**/ instead.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 16, 2022
@wilkinsona
Copy link
Member

Duplicates #31772.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2022
@wilkinsona wilkinsona added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

3 participants