@@ -214,8 +214,9 @@ parameters in one of the manners described in this specification:
214
214
Document to execute.
215
215
- {variables} - (_ Optional_ , map): Values for any Variables defined by the
216
216
Operation.
217
- - {extensions} - (_ Optional_ , map): This entry is reserved for implementors to
218
- extend the protocol however they see fit.
217
+ - {extensions} - (_ Optional_ , map): This entry is reserved for implementers to
218
+ extend the protocol however they see fit, as specified in
219
+ [ the Response section of the GraphQL specification] ( https://spec.graphql.org/draft/#sec-Response-Format.Response ) .
219
220
220
221
Note: When comparing _ GraphQL-over-HTTP request_ against the term
221
222
[ "request"] ( https://spec.graphql.org/draft/#request ) in the GraphQL
@@ -371,11 +372,13 @@ When encoded in JSON, a _GraphQL-over-HTTP request_ is encoded as a JSON object
371
372
- {operationName} - an optional string
372
373
- {variables} - an optional object (map), the keys of which are the variable
373
374
names and the values of which are the variable values
374
- - {extensions} - an optional object (map)
375
+ - {extensions} - an optional object (map) reserved for implementers to extend
376
+ the protocol however they see fit, as specified in
377
+ [ the Response section of the GraphQL specification] ( https://spec.graphql.org/draft/#sec-Response-Format.Response ) .
375
378
376
- All other property names are reserved for future expansion. If implementors need
379
+ All other property names are reserved for future expansion. If implementers need
377
380
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}
381
+ RECOMMENDED approach is to add an implementer -scoped entry to the {extensions}
379
382
object.
380
383
381
384
Servers receiving a request with additional properties MUST ignore properties
0 commit comments