We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e720a2d commit 0f49bb9Copy full SHA for 0f49bb9
site/learn/BestPractice-ServingOverHTTP.md
@@ -45,7 +45,7 @@ A standard GraphQL POST request should use the `application/json` content type,
45
{
46
"query": "...",
47
"operationName": "...",
48
- "variables": { "variable1": value, ... }
+ "variables": { "myVariable": "someValue", ... }
49
}
50
```
51
0 commit comments