We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e503ac4 commit 69cd302Copy full SHA for 69cd302
1 file changed
spec/Section 7 -- Response.md
@@ -4,9 +4,9 @@ When a GraphQL service receives a _request_, it must return a well-formed
4
response. The service's response describes the result of executing the requested
5
operation if successful, and describes any errors raised during the request.
6
7
-A response may contain both a partial response as well as a list of all _field
8
-error_ in the case that any field error was raised on a field and was replaced
9
-with {null}.
+A response may contain both a partial response as well as a list of errors in
+the case that any _field error_ was raised on a field and was replaced with
+{null}.
10
11
## Response Format
12
0 commit comments