Skip to content

Commit a4fe27e

Browse files
committed
Oops, missed out these edits
1 parent fdc2b81 commit a4fe27e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,8 +1753,8 @@ that position in the list along with an _execution error_ added to the response.
17531753
If a list's item type is non-null, an execution error occurring at an individual
17541754
item 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

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ allowed or being further propagated to a parent response position.
392392
If this occurs, any sibling response positions which have not yet executed or
393393
have 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

817817
An _execution error_ is an error raised from a particular field during value
818818
resolution or coercion. While these errors should be reported in the response,

0 commit comments

Comments
 (0)