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.
1753
1753
If a list 's item type is non -null , an execution error occurring at an individual
1754
1754
item in the list must result in an execution error for the entire list .
1755
1755
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.
1758
1758
1759
1759
**Input Coercion**
1760
1760
Original file line number Diff line number Diff line change @@ -392,8 +392,8 @@ allowed or being further propagated to a parent response position.
392
392
If this occurs, any sibling response positions which have not yet executed or
393
393
have not yet yielded a value may be cancelled to avoid unnecessary work.
394
394
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.
397
397
398
398
### Normal and Serial Execution
399
399
@@ -812,7 +812,7 @@ MergeSelectionSets(fields):
812
812
<!-- This link exists for legacy hyperlink support -->
813
813
</a >
814
814
815
- ### Handling Runtime Errors
815
+ ### Handling Execution Errors
816
816
817
817
An _ execution error_ is an error raised from a particular field during value
818
818
resolution or coercion. While these errors should be reported in the response,
You can’t perform that action at this time.
0 commit comments