We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using gqlgen client for my tests and wanted to write tests for APQ. But gqlgen client doesn't support sending extensions in the request
gqlgen/client/client.go
Lines 29 to 34 in 2f6919f
It should be possible to send extensions in the request with gqlgen client
NA
gqlgen version
go version
The text was updated successfully, but these errors were encountered:
Done with #1633. Closing the issue.
Sorry, something went wrong.
No branches or pull requests
What happened?
I am using gqlgen client for my tests and wanted to write tests for APQ. But gqlgen client doesn't support sending extensions in the request
gqlgen/client/client.go
Lines 29 to 34 in 2f6919f
What did you expect?
It should be possible to send extensions in the request with gqlgen client
Minimal graphql.schema and models to reproduce
NA
versions
gqlgen version
0.12.2go version
? NAThe text was updated successfully, but these errors were encountered: