File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,15 +268,15 @@ still leveraging modern features if available in the server.
268
268
## GET
269
269
270
270
For HTTP GET requests, the GraphQL request parameters MUST be provided in the
271
- query component of the request URL in the ` application/x-www-form-urlencoded `
272
- format as specified by
273
- [ WhatWG's URLSearchParams class] ( https://url.spec.whatwg.org/#interface-urlsearchparams ) .
271
+ query component of the request URL, encoded in the
272
+ ` application/x-www-form-urlencoded ` format as specified by the
273
+ [ WhatWG URLSearchParams class] ( https://url.spec.whatwg.org/#interface-urlsearchparams ) .
274
274
275
275
The ` query ` parameter MUST be the string representation of the Source Text of
276
276
the Document as specified in
277
277
[ the Language section of the GraphQL specification] ( https://spec.graphql.org/draft/#sec-Language ) .
278
278
279
- The ` operationName ` , if present, must be a string.
279
+ The ` operationName ` parameter , if present, must be a string.
280
280
281
281
Each of the ` variables ` and ` extensions ` parameters, if used, MUST be
282
282
represented as a URL-encoded JSON string.
You can’t perform that action at this time.
0 commit comments