Closed
Description
When using the GraphQlClient
with graphQlClient.documentName("project")
, the query file is resolved from classpath:graphql-documents/project.graphql
and classpath:graphql-documents/project.gql
. Similarly, the GraphQlTester
when used with graphQlTester.document("project")
resolves classpath:graphql-test/project.graphql
or classpath:graphql-test/project.gql
.
We should ensure that such resource locations are registered as resource metadata in the native image if clients are reachable during the static analysis.