'application/graphql-response+json' media type
The `application/graphql-response+json` media type allows client to distinguish between well formed GraphQL responses and responses that may originate from an intermediary server, such as a cache or proxy. This makes it possible to use better status code than 200
More info: https://graphql.github.io/graphql-over-http/draft/
Projects
| Project Name | Supported Since | Note |
|---|---|---|
| Apollo Client | 4.0.0 | |
| Apollo Kotlin | 4.1.0 | |
| Apollo Router | - | |
| Apollo Server | 13.0.0 | |
| Apollo iOS | 1.16.1 | |
| Domain Graph Service (DGS) Framework | ? | |
| GraphQL Code Generator | N/A | GraphQL code generator does not deal with transport concerns. |
| GraphQL Java | N/A | graphql-java is transport agnostic. It's up to servers to implement this feature. |
| GraphQL Kotlin | 7.0.0 | |
| GraphQL Yoga | 3.4.1 | |
| GraphQL.js | N/A | graphql-js is transport agnostic. It's up to servers to implement this feature. |
| GraphiQL | ? | |
| Grats | N/A | Grats is transport agnostic. |
| Hot Chocolate | 13.0.0 | |
| Relay | ? | |
| Spring for GraphQL | 1.4.0 | |
| gql.tada | N/A | gql.tada is transport agnostic |
| urql | 3.2.0 |