Skip to content

Commit 79afb80

Browse files
robrichardBoD
andcommitted
Update spec/Section 3 -- Type System.md
Co-authored-by: Benoit 'BoD' Lubek <BoD@JRAF.org>
1 parent b081fb2 commit 79afb80

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
@@ -2387,8 +2387,9 @@ directive @stream(
23872387

23882388
The `@stream` directive may be provided for a field whose type incorporates a
23892389
`List` type modifier. The directive enables returning a partial list initially,
2390-
followed by additional items in subsequent payloads. Should the field type
2391-
incorporate multiple `List` type modifiers, only the outermost list is streamed.
2390+
followed by additional items in subsequent payloads. If the field type
2391+
incorporates multiple `List` type modifiers, only the outermost list is
2392+
streamed.
23922393

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

0 commit comments

Comments
 (0)