Skip to content

Commit f4b51be

Browse files
committed
Reword again
1 parent b0ff9a7 commit f4b51be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec/Section 6 -- Execution.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ 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: {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}.
21+
Note: Since future versions of the specification may add more information,
22+
implementers should not add top level keys to requests; instead, {extensions}
23+
provides implementers a reserved location to include additional information. If
24+
present, {extensions} must be a map, but there are no additional restrictions on
25+
its contents. To avoid conflicts, we recommended implementers use unique
26+
prefixes for keys within {extensions}.
2627

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

0 commit comments

Comments
 (0)