Skip to content

Commit 7c5e1da

Browse files
committed
fix response
1 parent 9a07500 commit 7c5e1da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 7 -- Response.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ the case that any _field error_ was raised on a field and was replaced with
1212

1313
A response to a GraphQL request must be a map or an event stream of maps.
1414

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
1818
present.
1919

2020
If the request included execution, the response map must contain an entry with

0 commit comments

Comments
 (0)