Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 1, 2024
1 parent 2866095 commit 88d99e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/Section 7 -- Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ must contain an entry with the key `path` that details the path of the response
field which experienced the error. This allows clients to identify whether a
`null` result is intentional or caused by a runtime error.

If present, this field must be a list of path segments starting at the root of the response
and ending with the field associated with the error. Path segments that
represent fields must be strings, and path segments that represent list indices
must be 0-indexed integers. If the error happens in an aliased field, the path
to the error must use the aliased name, since it represents a path in the
response, not in the request.
If present, this field must be a list of path segments starting at the root of
the response and ending with the field associated with the error. Path segments
that represent fields must be strings, and path segments that represent list
indices must be 0-indexed integers. If the error happens in an aliased field,
the path to the error must use the aliased name, since it represents a path in
the response, not in the request.

For example, if fetching one of the friends' names fails in the following
operation:
Expand Down

0 comments on commit 88d99e5

Please sign in to comment.