Skip to content

Commit

Permalink
Update spec/Section 5 -- Validation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <[email protected]>
  • Loading branch information
JoviDeCroock and benjie authored Jun 6, 2024
1 parent 0361664 commit cbf20d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,8 @@ validation fails because the fragment spread `...commandFragment(command: SIT)`
and `...commandFragment(command: DOWN)` are part of the visited selections that
will be merged.

If both of these spreads would have `$commandOne` or `$commandTwo` as the
argument-value, it would be allowed as we can be sure that we'd resolve
identical fields.
If both of these spreads had used `$commandOne` as the argument value, it would
be allowed as we can be sure that we'd resolve identical fields.

### Leaf Field Selections

Expand Down

0 comments on commit cbf20d0

Please sign in to comment.