Skip to content

Commit 8ccee69

Browse files
committed
field error -> execution error
1 parent 298f8c0 commit 8ccee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ query myQuery($shouldStream: Boolean! = true) {
24212421
_incremental stream_. The `label` argument must be unique across all `@defer`
24222422
and `@stream` directives in the document.
24232423
- `initialCount: Int! = 0` - The number of list items to include initially when
2424-
completing the parent selection set. If omitted, defaults to `0`. A field
2424+
completing the parent selection set. If omitted, defaults to `0`. An execution
24252425
error will be raised if the value of this argument is less than `0`. When the
24262426
size of the list is greater than or equal to the value of `initialCount`, the
24272427
GraphQL service _must_ initially include at least as many list items as the

0 commit comments

Comments
 (0)