Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add Operation Name to GatewayGraphQLRequest Interface #3019

Open
tomrutherford-livestyled opened this issue May 28, 2024 · 0 comments

Comments

@tomrutherford-livestyled

Currently, the GatewayGraphQLRequest interface includes the following properties:

export interface GatewayGraphQLRequest {
query?: string;
operationName?: string;
variables?: Record<string, any>;
extensions?: Record<string, any>;
http?: GatewayHTTPRequest;
}

We would like to request the addition of more detailed information about the query or mutation request, specifically the name of the operation. This enhancement would allow us to access and utilize the operation name within our implementations.

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

No branches or pull requests

1 participant