File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ FieldsInSetCanMerge(set):
420420
421421- Let {fieldsForName} be the set of selections with a given response name in
422422 {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}:
424424 - {SameResponseShape(fieldA, fieldB)} must be true.
425425 - If the parent types of {fieldA} and {fieldB} are equal or if either is not
426426 an Object Type:
@@ -452,7 +452,8 @@ SameResponseShape(fieldA, fieldB):
452452 selection set of {fieldB}.
453453- Let {fieldsForName} be the set of selections with a given response name in
454454 {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
456+ {fieldsForName}:
456457 - If {SameResponseShape(subfieldA, subfieldB)} is {false}, return {false}.
457458- Return {true}.
458459
You can’t perform that action at this time.
0 commit comments