Skip to content

Commit dd88170

Browse files
authored
Clarify GraphQL-over-HTTP-GET (#238)
Fixes #224
1 parent a6e5c08 commit dd88170

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,15 @@ still leveraging modern features if available in the server.
268268
## GET
269269

270270
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).
274274

275275
The `query` parameter MUST be the string representation of the Source Text of
276276
the 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

281281
Each of the `variables` and `extensions` parameters, if used, MUST be
282282
represented as a URL-encoded JSON string.

0 commit comments

Comments
 (0)