Skip to content

Commit f1abaac

Browse files
robrichardBoD
andcommitted
Update spec/Section 3 -- Type System.md
Co-authored-by: Benoit 'BoD' Lubek <[email protected]>
1 parent ebd7061 commit f1abaac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,8 +2256,9 @@ directive @stream(
22562256

22572257
The `@stream` directive may be provided for a field whose type incorporates a
22582258
`List` type modifier. The directive enables returning a partial list initially,
2259-
followed by additional items in subsequent payloads. Should the field type
2260-
incorporate multiple `List` type modifiers, only the outermost list is streamed.
2259+
followed by additional items in subsequent payloads. If the field type
2260+
incorporates multiple `List` type modifiers, only the outermost list is
2261+
streamed.
22612262

22622263
Note: The mechanism through which items are streamed is implementation-defined
22632264
and may use technologies such as asynchronous iterators.

0 commit comments

Comments
 (0)