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 8755e08 commit f82830bCopy full SHA for f82830b
spec/Section 6 -- Execution.md
@@ -553,6 +553,11 @@ A correct executor must generate the following result for that selection set:
553
}
554
```
555
556
+When subsections contain a `@stream` or `@defer` directive, these subsections
557
+are no longer required to execute serially. Exeuction of the deferred or
558
+streamed sections of the subsection may be executed in parallel, as defined in
559
+{ExecuteStreamField} and {ExecuteDeferredFragment}.
560
+
561
### Field Collection
562
563
Before execution, the selection set is converted to a grouped field set by
0 commit comments