Skip to content

Commit 33c7fff

Browse files
committed
Add 'extensions' to request
1 parent 31cec49 commit 33c7fff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/Section 6 -- Execution.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ A GraphQL service generates a response from a request via execution.
1616
data available via a GraphQL Service. It is common for a GraphQL Service to
1717
always use the same initial value for every request.
1818

19+
The request may also contain an `extensions` entry. This entry, if set, must
20+
have a map as its value. This entry is reserved for implementors to extend the
21+
protocol however they see fit, and hence there are no additional restrictions on
22+
its contents.
23+
1924
Given this information, the result of {ExecuteRequest(schema, document,
2025
operationName, variableValues, initialValue)} produces the response, to be
2126
formatted according to the Response section below.

0 commit comments

Comments
 (0)