Skip to content

Commit 85ae1da

Browse files
committed
Drop backwards compatibility
1 parent 611d794 commit 85ae1da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spec/GraphQLOverHTTP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ using the JSON encoding for GraphQL requests:
183183

184184
And for a _GraphQL response_:
185185

186-
| Name | Description |
187-
| ----------------------------------- | -------------------------------------- |
188-
| `application/graphql-response+json` | The preferred type for server responses |
189-
| `application/json` | An alternative type for responses |
186+
| Name | Description |
187+
| ----------------------------------- | ---------------------------------------- |
188+
| `application/graphql-response+json` | The preferred type for server responses |
189+
| `application/json` | An alternative type for responses |
190190

191191
For details of the shapes of these JSON payloads, please see
192192
[Request](#sec-Request) and [Response](#sec-Response).

0 commit comments

Comments
 (0)