Skip to content

Commit 4ccd1c4

Browse files
authored
Update Section 7 -- Response.md
1 parent 5cb7011 commit 4ccd1c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Section 7 -- Response.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ contains should indicate why no data was able to be returned.
6161

6262
If the `data` entry in the response is present (including if it is the value
6363
{null}), the `errors` entry in the response may contain any field errors that
64-
were raised during execution. If field errors were raised during execution, it
65-
should contain those errors.
64+
were raised during execution.
6665

6766
**Request errors**
6867

6968
Request errors are raised before execution begins. This may occur due to a parse
70-
grammar or validation error in the requested document, an inability to determine
69+
grammar or validation error in the request document, an inability to determine
7170
which operation to execute, or invalid input values for variables.
7271

7372
Request errors are typically the fault of the requesting client.

0 commit comments

Comments
 (0)