Skip to content

Commit 78b5c56

Browse files
authored
Remove unused $__UNSET
1 parent d7590fa commit 78b5c56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/Section 6 -- Execution.md

-6
Original file line numberDiff line numberDiff line change
@@ -587,12 +587,6 @@ getArgumentValuesFromSpread(fragmentSpread, fragmentDefinition, variableValues,
587587
Note: The steps in {CollectFields()} evaluating the `@skip` and `@include`
588588
directives may be applied in either order since they apply commutatively.
589589

590-
Note: The unset value used to replace unset fragment-defined arguments in
591-
{SubstituteFragmentArguments()} must not be a variable defined by any operation
592-
that includes the fragment. An example would be to use a variable with a
593-
reserved prefix, like `$__UNSET`, to replace all unset fragment-defined
594-
variables.
595-
596590
## Executing Fields
597591

598592
Each field requested in the grouped field set that is defined on the selected

0 commit comments

Comments
 (0)