Skip to content

Commit 47f362c

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 3 -- Type System.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2230,8 +2230,9 @@ directive @stream(
22302230

22312231
The `@stream` directive may be provided for a field whose type incorporates a
22322232
`List` type modifier. The directive enables returning a partial list initially,
2233-
followed by additional items in subsequent payloads. Should the field type
2234-
incorporate multiple `List` type modifiers, only the outermost list is streamed.
2233+
followed by additional items in subsequent payloads. If the field type
2234+
incorporates multiple `List` type modifiers, only the outermost list is
2235+
streamed.
22352236

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

0 commit comments

Comments
 (0)