File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ FieldsInSetCanMerge(set):
424
424
- Let {spreadsForName} be the set of fragment spreads with a given name in
425
425
{visitedSelections}.
426
426
- Given each pair of members {spreadA} and {spreadB} in {spreadsForName}:
427
- - {spreadA} and {spreadB} must have identical sets of arguments.
427
+ - {spreadA} and {spreadB} must have identical sets of arguments, values and directives .
428
428
- Let {fieldsForName} be the set of selections with a given response name in
429
429
{visitedSelections}.
430
430
- Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:
@@ -1636,8 +1636,8 @@ fragment HouseTrainedFragment on Query {
1636
1636
}
1637
1637
```
1638
1638
1639
- Likewise, it is valid for both an operation and a fragment to define a variable
1640
- with the same name :
1639
+ Likewise, it is valid for a fragment to define a variable with a name that
1640
+ is also defined on an operation :
1641
1641
1642
1642
``` graphql example
1643
1643
query C ($atOtherHomes : Boolean ) {
You can’t perform that action at this time.
0 commit comments