We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0ba73 commit cf072a4Copy full SHA for cf072a4
spec/Section 3 -- Type System.md
@@ -2230,8 +2230,8 @@ 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 streamed.
2235
2236
Note: The mechanism through which items are streamed is implementation-defined
2237
and may use technologies such as asynchronous iterators.
0 commit comments