File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,12 @@ The value of this entry is described in the "Extensions" section.
7676 <!-- Legacy link, this section was previously titled "Path" -->
7777</a >
7878
79- :: A _ response position_ is a uniquely identifiable position in the response
80- data produced during execution. It is either a direct entry in the {resultMap}
81- of a {ExecuteSelectionSet()}, or it is a position in a (potentially nested) List
82- value. Each response position is uniquely identifiable via a _ response path_ .
79+ :: A _ response position_ is a uniquely identifiable location in the response
80+ structure evaluated during execution. It may correspond to a {responseName}
81+ evaluated by {ExecuteCollectedFields()}, or to an element within a (potentially
82+ nested) List value evaluated by {CompleteValue()}. A _ response position_ does
83+ not appear in the _ execution result_ when elided by error propagation. Each
84+ response position is uniquely identifiable by a _ response path_ .
8385
8486:: A _ response path_ uniquely identifies a _ response position_ via a list of
8587path segments (response names or list indices) starting at the root of the
You can’t perform that action at this time.
0 commit comments