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 ebd7061 commit f1abaacCopy full SHA for f1abaac
spec/Section 3 -- Type System.md
@@ -2256,8 +2256,9 @@ directive @stream(
2256
2257
The `@stream` directive may be provided for a field whose type incorporates a
2258
`List` type modifier. The directive enables returning a partial list initially,
2259
-followed by additional items in subsequent payloads. Should the field type
2260
-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
2261
+streamed.
2262
2263
Note: The mechanism through which items are streamed is implementation-defined
2264
and may use technologies such as asynchronous iterators.
0 commit comments