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 c9c4253 commit d1212a7
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 @@ -144,7 +144,7 @@ A server must comply with [RFC7231](https://datatracker.ietf.org/doc/html/rfc723

Each response in the stream follows the standard GraphQL response format, with the addition of a required `variableIndex` field at the top level of each response. The `variableIndex` indicates the index of the variables map from the original request, allowing the client to associate each response with the correct set of variables.

**Note:** The server MAY respond with results in any order. The `variableIndex` field ensures that clients can correctly match each response to its corresponding set of variables, regardless of the order in which the responses are returned.
The server MAY respond with results in any order. The `variableIndex` field ensures that clients can correctly match each response to its corresponding set of variables, regardless of the order in which the responses are returned.

#### Response Structure

Expand Down

0 comments on commit d1212a7

Please sign in to comment.