File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1753,8 +1753,8 @@ that position in the list along with an _execution error_ added to the response.
17531753If a list 's item type is non -null , an execution error occurring at an individual
17541754item in the list must result in an execution error for the entire list .
17551755
1756- Note : See [Handling Runtime Errors ](#sec-Handling-Runtime -Errors) for more about
1757- this behavior.
1756+ Note : See [Handling Execution Errors ](#sec-Handling-Execution -Errors) for more
1757+ about this behavior.
17581758
17591759**Input Coercion**
17601760
Original file line number Diff line number Diff line change @@ -392,8 +392,8 @@ allowed or being further propagated to a parent response position.
392392If this occurs, any sibling response positions which have not yet executed or
393393have not yet yielded a value may be cancelled to avoid unnecessary work.
394394
395- Note: See [ Handling Runtime Errors] ( #sec-Handling-Runtime -Errors ) for more about
396- this behavior.
395+ Note: See [ Handling Execution Errors] ( #sec-Handling-Execution -Errors ) for more
396+ about this behavior.
397397
398398### Normal and Serial Execution
399399
@@ -812,7 +812,7 @@ MergeSelectionSets(fields):
812812 <!-- This link exists for legacy hyperlink support -->
813813</a >
814814
815- ### Handling Runtime Errors
815+ ### Handling Execution Errors
816816
817817An _ execution error_ is an error raised from a particular field during value
818818resolution or coercion. While these errors should be reported in the response,
You can’t perform that action at this time.
0 commit comments