File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ must contain an entry with the key `path` that details the path of the response
109
109
field which experienced the error. This allows clients to identify whether a
110
110
` null ` result is intentional or caused by a runtime error.
111
111
112
- This field should be a list of path segments starting at the root of the
113
- response and ending with the field associated with the error. Path segments that
114
- represent fields should be strings, and path segments that represent list
115
- indices should be 0-indexed integers. If the error happens in an aliased field,
116
- the path to the error should use the aliased name, since it represents a path in
112
+ If present, this field must be a list of path segments starting at the root of
113
+ the response and ending with the field associated with the error. Path segments
114
+ that represent fields must be strings, and path segments that represent list
115
+ indices must be 0-indexed integers. If the error happens in an aliased field,
116
+ the path to the error must use the aliased name, since it represents a path in
117
117
the response, not in the request.
118
118
119
119
For example, if fetching one of the friends' names fails in the following
You can’t perform that action at this time.
0 commit comments