File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,12 @@ contains should indicate why no data was able to be returned.
61
61
62
62
If the ` data ` entry in the response is present (including if it is the value
63
63
{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.
66
65
67
66
** Request errors**
68
67
69
68
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
71
70
which operation to execute, or invalid input values for variables.
72
71
73
72
Request errors are typically the fault of the requesting client.
You can’t perform that action at this time.
0 commit comments