We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22dc00 commit 489bf72Copy full SHA for 489bf72
spec/Section 6 -- Execution.md
@@ -472,7 +472,9 @@ referenced fragments are executed at the same time. A deferred selection
472
set's fields will not be included in the grouped field set. Rather, a record
473
representing the deferred fragment and additional context will be stored in a
474
list. The executor revisits and resumes execution for the list of deferred
475
-fragment records after the initial execution is initiated.
+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.
478
479
480
As an example, collecting the fields of this selection set would collect two
0 commit comments