File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ 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
64
were raised during execution.
65
65
66
- ** Request errors **
66
+ ** Request Errors **
67
67
68
68
Request errors are raised before execution begins. This may occur due to a parse
69
69
grammar or validation error in the request document, an inability to determine
@@ -74,7 +74,7 @@ Request errors are typically the fault of the requesting client.
74
74
If a request error is raised, execution does not begin and the ` data ` entry in
75
75
the response must not be present. The ` errors ` entry must include the error.
76
76
77
- ** Field errors **
77
+ ** Field Errors **
78
78
79
79
Field errors are raised during execution from a particular field. This may occur
80
80
due to an internal error during value resolution or failure to coerce the
@@ -87,7 +87,7 @@ is produced (see [Handling Field Errors](#sec-Handling-Field-Errors)). The
87
87
` data ` entry in the response must be present. The ` errors ` entry should include
88
88
all raised field errors.
89
89
90
- ** Error result format **
90
+ ** Error Result Format **
91
91
92
92
Every error must contain an entry with the key ` message ` with a string
93
93
description of the error intended for the developer as a guide to understand and
You can’t perform that action at this time.
0 commit comments