Skip to content

Commit 855e7ba

Browse files
committed
Format, link to Appendix A
1 parent 712e6cc commit 855e7ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,15 @@ one of the media types it has requested, hence `406 Not Acceptable` being the
431431
recommended response. However, the server authors may know better about the
432432
specific clients consuming their endpoint, thus both approaches are permitted.
433433

434-
A server MUST support responses using at least one of the official GraphQL
435-
response media types.
434+
A GraphQL server MUST support responses using the
435+
application/graphql-response+json media type.
436436

437437
For maximal compatibility, a _server_ SHOULD support using both the
438438
`application/json` and the `application/graphql-response+json` media types for
439439
responses.
440440

441-
A GraphQL server MUST support responses using the
442-
application/graphql-response+json media type.
441+
Note: See [Appendix A](#sec-Appendix-application-json-responses) for more
442+
details about `application/json` responses.
443443

444444
## Validation
445445

0 commit comments

Comments
 (0)