You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using the
GraphQlClient
withgraphQlClient.documentName("project")
, the query file is resolved fromclasspath:graphql-documents/project.graphql
andclasspath:graphql-documents/project.gql
. Similarly, theGraphQlTester
when used withgraphQlTester.document("project")
resolvesclasspath:graphql-test/project.graphql
orclasspath: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.
The text was updated successfully, but these errors were encountered: