Skip to content

Commit 489bf72

Browse files
committed
add note about re-execution
1 parent a22dc00 commit 489bf72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 6 -- Execution.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,9 @@ referenced fragments are executed at the same time. A deferred selection
472472
set's fields will not be included in the grouped field set. Rather, a record
473473
representing the deferred fragment and additional context will be stored in a
474474
list. The executor revisits and resumes execution for the list of deferred
475-
fragment records after the initial execution is initiated.
475+
fragment records after the initial execution is initiated. This deferred
476+
execution would ‘re-execute’ fields with the same response key that were
477+
present in the grouped field set.
476478

477479

478480
As an example, collecting the fields of this selection set would collect two

0 commit comments

Comments
 (0)