Skip to content

Commit cf072a4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2230,8 +2230,8 @@ 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 streamed.
22352235

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

0 commit comments

Comments
 (0)