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.
268268## GET
269269
270270For 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 ) .
274274
275275The ` query ` parameter MUST be the string representation of the Source Text of
276276the Document as specified in
277277[ the Language section of the GraphQL specification] ( https://spec.graphql.org/draft/#sec-Language ) .
278278
279- The ` operationName ` , if present, must be a string.
279+ The ` operationName ` parameter , if present, must be a string.
280280
281281Each of the ` variables ` and ` extensions ` parameters, if used, MUST be
282282represented as a URL-encoded JSON string.
You can’t perform that action at this time.
0 commit comments