Netflix / Netflix/dgs-codegen

feature: supply client side directives com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest

Open
#931 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.