File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,15 +240,15 @@ discouraged.
240
240
241
241
### Path
242
242
243
- A ` path ` field allows for the association to a particular field in a GraphQL
243
+ :: A _ path field _ allows for the association to a particular field in a GraphQL
244
244
result. This field must be a list of path segments starting at the root of the
245
245
response and ending with the field to be associated with. Path segments that
246
246
represent fields must be strings, and path segments that represent list indices
247
247
must be 0-indexed integers. If the path is associated to an aliased field, the
248
248
path must use the aliased name, since it represents a path in the response, not
249
249
in the request.
250
250
251
- When the ` path ` field is present on an "Error result", it indicates the response
251
+ When the _ path field _ is present on an "Error result", it indicates the response
252
252
field which experienced the error.
253
253
254
254
## Serialization Format
You can’t perform that action at this time.
0 commit comments