Skip to content

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

Description

@mores

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions