File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ the case that any _field error_ was raised on a field and was replaced with
12
12
13
13
A response to a GraphQL request must be a map or an event stream of maps.
14
14
15
- If the operation encountered any errors, the response map must contain an entry
16
- with key ` errors ` . The value of this entry is described in the "Errors" section.
17
- If the request completed without raising any errors, this entry must not be
15
+ If the request raised any errors, the response map must contain an entry with
16
+ key ` errors ` . The value of this entry is described in the "Errors" section. If
17
+ the request completed without raising any errors, this entry must not be
18
18
present.
19
19
20
20
If the request included execution, the response map must contain an entry with
You can’t perform that action at this time.
0 commit comments