File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ either omit {operationName} or set it to the empty string.
309309If we wanted to execute the following GraphQL query:
310310
311311``` raw graphql example
312- query($id: ID!){user(id:$id){name}}
312+ query($id:ID!){user(id:$id){name}}
313313```
314314
315315With the following query variables:
@@ -321,7 +321,7 @@ With the following query variables:
321321This request could be sent via an HTTP GET as follows:
322322
323323``` url example
324- http://example.com/graphql?query =query(%24id%3A%20ID !)%7Buser(id%3A%24id)%7Bname%7D%7D&variables =%7B%22id%22%3A%22QVBJcy5ndXJ1%22%7D
324+ http://example.com/graphql?query =query(%24id%3AID !)%7Buser(id%3A%24id)%7Bname%7D%7D&variables =%7B%22id%22%3A%22QVBJcy5ndXJ1%22%7D
325325```
326326
327327GET requests MUST NOT be used for executing mutation operations. If the values
You can’t perform that action at this time.
0 commit comments