Skip to content

Commit 1e56098

Browse files
authored
Make it clear that other keys are reserved (#278)
1 parent ed98861 commit 1e56098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,11 @@ When encoded in JSON, a _GraphQL-over-HTTP request_ is encoded as a JSON object
373373
names and the values of which are the variable values
374374
- {extensions} - an optional object (map)
375375

376+
All other property names are reserved for future expansion; if implementors need
377+
to add additional information to a request they MUST do so via other means, the
378+
RECOMMENDED approach is to add an implementor-scoped entry to the {extensions}
379+
object.
380+
376381
### Example
377382

378383
If we wanted to execute the following GraphQL query:

0 commit comments

Comments
 (0)