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 460ae7a commit e720a2dCopy full SHA for e720a2d
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": { "variable1": value, ... }
49
}
50
```
51
0 commit comments