stream
The @stream
directive may be provided for a field of List
type so that the backend can leverage technology such as asynchronous iterators to provide a partial list in the initial response, and additional list items in subsequent responses. @include
and @skip
take precedence over @stream
.
link Required by
This element is not required by anyone