From 25b37d1975179765688a4b9ffae035c7d8a791ab Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Fri, 25 Oct 2024 10:04:49 +0100 Subject: [PATCH] Fix link to GraphQL response --- spec/GraphQLOverHTTP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/GraphQLOverHTTP.md b/spec/GraphQLOverHTTP.md index 48724c67..d126f889 100644 --- a/spec/GraphQLOverHTTP.md +++ b/spec/GraphQLOverHTTP.md @@ -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.