Skip to content

Commit

Permalink
Remove unused $__UNSET
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 2117038 commit e027a4f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,6 @@ getArgumentValuesFromSpread(fragmentSpread, fragmentDefinition, variableValues,
Note: The steps in {CollectFields()} evaluating the `@skip` and `@include`
directives may be applied in either order since they apply commutatively.

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

## Executing Fields

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

0 comments on commit e027a4f

Please sign in to comment.