-
Notifications
You must be signed in to change notification settings - Fork 311
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] Support new Content-Type #373
Comments
We have modified GraphQL.NET Server v7 to return a content type of See: |
…plication/graphql-response+json content type
…sponse+json content type (#406) Co-authored-by: Matt Labrum <[email protected]>
It looks like this has been fixed in the source for a few weeks but hasn't been released to NPM. Is there an ETA for a release? |
Some framework such as Quarkus,... return content-type: application/graphql+json; charset=UTF-8
Expectation: Support content-type: application/graphql+json in graphql-request
The text was updated successfully, but these errors were encountered: