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 <benjie@jemjie.com>
  • Loading branch information
michaelstaib and benjie authored Jan 9, 2025
1 parent 6c995bd commit c8755c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Appendix B -- Variable Batching.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ A server MAY accept a **variable batching request** via `POST`.

#### Request Parameters

A _variable batching request_ follows the same structure as a standard GraphQL request, with the key difference being in the `variables` parameter. All other parameters are consistent with the standard GraphQL-over-HTTP protocol:
A _variable batching request_ follows the same structure as a standard GraphQL request with the exception of the `variables` parameter which now accepts an array:

- {query} - (_Required_, string): The string representation of the Source Text
of a GraphQL Document as specified in
Expand Down

0 comments on commit c8755c8

Please sign in to comment.