File tree 1 file changed +2
-2
lines changed
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.
309
309
If we wanted to execute the following GraphQL query:
310
310
311
311
``` raw graphql example
312
- query($id: ID!){user(id:$id){name}}
312
+ query($id:ID!){user(id:$id){name}}
313
313
```
314
314
315
315
With the following query variables:
@@ -321,7 +321,7 @@ With the following query variables:
321
321
This request could be sent via an HTTP GET as follows:
322
322
323
323
``` 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
325
325
```
326
326
327
327
GET requests MUST NOT be used for executing mutation operations. If the values
You can’t perform that action at this time.
0 commit comments