File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ FieldsInSetCanMerge(set):
420
420
421
421
- Let {fieldsForName} be the set of selections with a given response name in
422
422
{set} including visiting fragments and inline fragments.
423
- - Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:
423
+ - Given each pair of distinct members {fieldA} and {fieldB} in {fieldsForName}:
424
424
- {SameResponseShape(fieldA, fieldB)} must be true.
425
425
- If the parent types of {fieldA} and {fieldB} are equal or if either is not
426
426
an Object Type:
@@ -452,7 +452,7 @@ SameResponseShape(fieldA, fieldB):
452
452
selection set of {fieldB}.
453
453
- Let {fieldsForName} be the set of selections with a given response name in
454
454
{mergedSet} including visiting fragments and inline fragments.
455
- - Given each pair of members {subfieldA} and {subfieldB} in {fieldsForName}:
455
+ - Given each pair of distinct members {subfieldA} and {subfieldB} in {fieldsForName}:
456
456
- If {SameResponseShape(subfieldA, subfieldB)} is {false}, return {false}.
457
457
- Return {true}.
458
458
You can’t perform that action at this time.
0 commit comments