We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298f8c0 commit 8ccee69Copy full SHA for 8ccee69
1 file changed
spec/Section 3 -- Type System.md
@@ -2421,7 +2421,7 @@ query myQuery($shouldStream: Boolean! = true) {
2421
_incremental stream_. The `label` argument must be unique across all `@defer`
2422
and `@stream` directives in the document.
2423
- `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
+ completing the parent selection set. If omitted, defaults to `0`. An execution
2425
error will be raised if the value of this argument is less than `0`. When the
2426
size of the list is greater than or equal to the value of `initialCount`, the
2427
GraphQL service _must_ initially include at least as many list items as the
0 commit comments