We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0361664 commit cbf20d0Copy full SHA for cbf20d0
spec/Section 5 -- Validation.md
@@ -605,9 +605,8 @@ validation fails because the fragment spread `...commandFragment(command: SIT)`
605
and `...commandFragment(command: DOWN)` are part of the visited selections that
606
will be merged.
607
608
-If both of these spreads would have `$commandOne` or `$commandTwo` as the
609
-argument-value, it would be allowed as we can be sure that we'd resolve
610
-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.
611
612
### Leaf Field Selections
613
0 commit comments