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.