Skip to content

Commit

Permalink
Update spec/Appendix B -- Variable Batching.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <[email protected]>
  • Loading branch information
michaelstaib and benjie authored Jan 9, 2025
1 parent d1212a7 commit 16be80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/Appendix B -- Variable Batching.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ If the client does not supply an `Accept` header, the server MAY respond with a

A **variable batching request** instructs the server to perform a query or mutation operation multiple times, once for each set of variables provided. The request MUST have a body that contains the values of the _variable batching request_ parameters encoded in the `application/graphql+jsonl` media type, or another media type supported by the server.

A client MUST indicate the media type of a request body using the `Content-Type` header as specified in [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231).

A server MUST support POST requests encoded with the `application/json` media type (as outlined in the GraphQL-over-HTTP specification).

Expand Down

0 comments on commit 16be80a

Please sign in to comment.