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 654165b commit c9c4253
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 @@ -55,7 +55,6 @@ A _variable batching request_ follows the same structure as a standard GraphQL r

For **variable batching requests**, the client SHOULD include the media type `application/graphql+jsonl` in the `Accept` header to indicate that it expects a batched response in JSON Lines format.

If the client supplies an Accept header, the client SHOULD include the media type `application/graphql+jsonl` in the Accept header.

If the client does not supply an `Accept` header, the server MAY respond with a default content type of `application/graphql+jsonl`, or it may use any other media type it supports. However, to ensure compatibility and clarity, it is RECOMMENDED that the client explicitly states its preferred media types using the `Accept` header.

Expand Down

0 comments on commit c9c4253

Please sign in to comment.