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 @@ -53,12 +53,12 @@ the following JSON concepts:
53
53
A response to a GraphQL operation must be a map.
54
54
55
55
If the operation included execution, the response map must contain an entry
56
- with key " data" . The value of this entry is described in the "Data" section. If
56
+ with key ` data ` . The value of this entry is described in the "Data" section. If
57
57
the operation failed before execution, due to a syntax error, missing
58
58
information, or validation error, this entry must not be present.
59
59
60
60
If the operation encountered any errors, the response map must contain an entry
61
- with key " errors" . The value of this entry is described in the "Errors"
61
+ with key ` errors ` . The value of this entry is described in the "Errors"
62
62
section. If the operation completed without encountering any errors, this entry
63
63
must not be present.
64
64
You can’t perform that action at this time.
0 commit comments