We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611d794 commit 85ae1daCopy full SHA for 85ae1da
1 file changed
spec/GraphQLOverHTTP.md
@@ -183,10 +183,10 @@ using the JSON encoding for GraphQL requests:
183
184
And for a _GraphQL response_:
185
186
-| Name | Description |
187
-| ----------------------------------- | -------------------------------------- |
188
-| `application/graphql-response+json` | The preferred type for server responses |
189
-| `application/json` | An alternative type for responses |
+| Name | Description |
+| ----------------------------------- | ---------------------------------------- |
+| `application/graphql-response+json` | The preferred type for server responses |
+| `application/json` | An alternative type for responses |
190
191
For details of the shapes of these JSON payloads, please see
192
[Request](#sec-Request) and [Response](#sec-Response).
0 commit comments