Skip to content

Commit e027a4f

Browse files
committed
Remove unused $__UNSET
1 parent 2117038 commit e027a4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/Section 6 -- Execution.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,6 @@ getArgumentValuesFromSpread(fragmentSpread, fragmentDefinition, variableValues,
589589
Note: The steps in {CollectFields()} evaluating the `@skip` and `@include`
590590
directives may be applied in either order since they apply commutatively.
591591

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

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

0 commit comments

Comments
 (0)