Skip to content

Commit f82830b

Browse files
robrichardyaacovCR
authored andcommitted
Note about mutation execution order
1 parent 8755e08 commit f82830b

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
@@ -553,6 +553,11 @@ A correct executor must generate the following result for that selection set:
553553
}
554554
```
555555

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

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

0 commit comments

Comments
 (0)