Skip to content

Commit b0ff9a7

Browse files
committed
Reword
1 parent c536c15 commit b0ff9a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec/Section 6 -- Execution.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ A GraphQL service generates a response from a request via execution.
1818
- {extensions} (optional): A map reserved for implementers to extend the
1919
protocol however they see fit.
2020

21-
Note: Since {extensions} is reserved for implementers, the only requirement is
22-
that, if present, it is a map. There are no additional restrictions on its
23-
contents. It is recommended that implementers use prefixes in {extensions} keys
24-
to avoid conflicts with other implementers.
21+
Note: {extensions} exists to provide implementers with a reserved location to
22+
include additional information in requests without risking conflicts with future
23+
versions of this specification. If present, {extensions} must be a map, but
24+
there are no additional restrictions on its contents. To avoid conflicts, we
25+
recommended implementers use unique prefixes for keys within {extensions}.
2526

2627
Given this information, the result of {ExecuteRequest(schema, document,
2728
operationName, variableValues, initialValue)} produces the response, to be

0 commit comments

Comments
 (0)