We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b081fb2 commit 79afb80Copy full SHA for 79afb80
spec/Section 3 -- Type System.md
@@ -2387,8 +2387,9 @@ directive @stream(
2387
2388
The `@stream` directive may be provided for a field whose type incorporates a
2389
`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.
+followed by additional items in subsequent payloads. If the field type
+incorporates multiple `List` type modifiers, only the outermost list is
2392
+streamed.
2393
2394
Note: The mechanism through which items are streamed is implementation-defined
2395
and may use technologies such as asynchronous iterators.
0 commit comments