We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de92f8 commit 5d02762Copy full SHA for 5d02762
1 file changed
spec/Section 3 -- Type System.md
@@ -2290,7 +2290,7 @@ query myQuery($shouldStream: Boolean! = true) {
2290
_incremental stream_. The `label` argument must be unique across all `@defer`
2291
and `@stream` directives in the document.
2292
- `initialCount: Int! = 0` - The number of list items to include initially when
2293
- completing the parent selection set. If omitted, defaults to `0`. A field
+ completing the parent selection set. If omitted, defaults to `0`. An execution
2294
error will be raised if the value of this argument is less than `0`. When the
2295
size of the list is greater than or equal to the value of `initialCount`, the
2296
GraphQL service _must_ initially include at least as many list items as the
0 commit comments