Skip to content

Commit 1eba46d

Browse files
author
Muhtasim Ahsan
committed
Add consistency for key name.
1 parent b0b44b0 commit 1eba46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section 7 -- Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ the following JSON concepts:
5353
A response to a GraphQL operation must be a map.
5454

5555
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
5757
the operation failed before execution, due to a syntax error, missing
5858
information, or validation error, this entry must not be present.
5959

6060
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"
6262
section. If the operation completed without encountering any errors, this entry
6363
must not be present.
6464

0 commit comments

Comments
 (0)