Skip to content

GraphQlClient query documents and test documents are missing from native image #575

Closed
@bclozel

Description

@bclozel

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.

Metadata

Metadata

Assignees

Labels

in: testIssues related to the test modulein: webIssues related to web handlingtype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions