Skip to content

Commit

Permalink
Fix link to GraphQL response
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 25, 2024
1 parent 9882bad commit 25b37d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/GraphQLOverHTTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ A server must comply with

## Body

The body of the server's response MUST follow the requirements for a
[GraphQL response](#sec-Response), encoded directly in the chosen media type.
The body of the server's response MUST follow the requirements for a _GraphQL
response_, encoded directly in the chosen media type.

A server MUST indicate the media type of the response with a `Content-Type`
header, and SHOULD indicate the encoding (e.g.
Expand Down

0 comments on commit 25b37d1

Please sign in to comment.