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