Skip to content

Commit e720a2d

Browse files
committed
Fix JSON in example in best practices docs
1 parent 460ae7a commit e720a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-ServingOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A standard GraphQL POST request should use the `application/json` content type,
4545
{
4646
"query": "...",
4747
"operationName": "...",
48-
"variables": { variable1: value, ... }
48+
"variables": { "variable1": value, ... }
4949
}
5050
```
5151

0 commit comments

Comments
 (0)