From c8755c806fa692fc04876d2734a126e0dead5a75 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 9 Jan 2025 17:40:28 +0100 Subject: [PATCH] Update spec/Appendix B -- Variable Batching.md Co-authored-by: Benjie --- spec/Appendix B -- Variable Batching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Appendix B -- Variable Batching.md b/spec/Appendix B -- Variable Batching.md index 18e3a5a..3b6b92b 100644 --- a/spec/Appendix B -- Variable Batching.md +++ b/spec/Appendix B -- Variable Batching.md @@ -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