Skip to content

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

@mores

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions