Skip to content

Commit 610ed33

Browse files
committed
Define _path field_
1 parent 1d248b6 commit 610ed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 7 -- Response.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,15 @@ discouraged.
240240

241241
### Path
242242

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
244244
result. This field must be a list of path segments starting at the root of the
245245
response and ending with the field to be associated with. Path segments that
246246
represent fields must be strings, and path segments that represent list indices
247247
must be 0-indexed integers. If the path is associated to an aliased field, the
248248
path must use the aliased name, since it represents a path in the response, not
249249
in the request.
250250

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
252252
field which experienced the error.
253253

254254
## Serialization Format

0 commit comments

Comments
 (0)