Skip to content

Add field-level directive support to GraphQLQueryRequest#935

Open
mores wants to merge 2 commits intoNetflix:masterfrom
mores:addDirectiveSupport
Open

Add field-level directive support to GraphQLQueryRequest#935
mores wants to merge 2 commits intoNetflix:masterfrom
mores:addDirectiveSupport

Conversation

@mores
Copy link
Copy Markdown

@mores mores commented Apr 15, 2026

Adds the ability to attach GraphQL directives to the top-level operation field when serializing a query or mutation. This enables use cases such as idempotency keys, caching hints, authentication decorators, and any other server-side directive that must appear on the field itself.

Fixes: #931

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant