We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0ba73 commit 47f362cCopy full SHA for 47f362c
spec/Section 3 -- Type System.md
@@ -2230,8 +2230,9 @@ directive @stream(
2230
2231
The `@stream` directive may be provided for a field whose type incorporates a
2232
`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.
+followed by additional items in subsequent payloads. If the field type
+incorporates multiple `List` type modifiers, only the outermost list is
2235
+streamed.
2236
2237
Note: The mechanism through which items are streamed is implementation-defined
2238
and may use technologies such as asynchronous iterators.
0 commit comments