Skip to content

Commit 6f3c715

Browse files
committed
Note about mutation execution order
1 parent c747f61 commit 6f3c715

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@ A correct executor must generate the following result for that selection set:
554554
}
555555
```
556556

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+
557562
### Field Collection
558563

559564
Before execution, the selection set is converted to a grouped field set by

0 commit comments

Comments
 (0)