feature: supply client side directives com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest
Open
@jiholee17 is already working on this.
Since Apr 20, 2026.
enhancement
- Dominant language
- Kotlin
- Stars
- 217
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
As a client I have been using:
FooGraphQLQuery.Builder builder = FooGraphQLQuery.newRequest();
FooGraphQLQuery query = builder.build();
GraphQLQueryRequest request = new GraphQLQueryRequest(query, root);
to generate my graphql. I now have to supply an @idempotent directive ( https://shopify.dev/docs/api/usage/idempotent-requests ) and not sure how that can be done using the existing framework.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.