From fa071a030e7144fffe65e6215c858a55cf003429 Mon Sep 17 00:00:00 2001 From: Shane Krueger Date: Thu, 30 Jan 2025 13:26:07 -0500 Subject: [PATCH] Require support of application/graphql-response+json --- spec/GraphQLOverHTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/GraphQLOverHTTP.md b/spec/GraphQLOverHTTP.md index d126f889..92210ac9 100644 --- a/spec/GraphQLOverHTTP.md +++ b/spec/GraphQLOverHTTP.md @@ -458,7 +458,7 @@ specific clients consuming their endpoint, thus both approaches are permitted. A server MUST support any _GraphQL-over-HTTP request_ which accepts the `application/json` media type (as indicated by the `Accept` header). -A server SHOULD support any _GraphQL-over-HTTP request_ which accepts the +A server MUST support any _GraphQL-over-HTTP request_ which accepts the `application/graphql-response+json` media type (as indicated by the `Accept` header).