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 16e8986 commit 8be0561Copy full SHA for 8be0561
spec/Section 5 -- Validation.md
@@ -423,8 +423,8 @@ FieldsInSetCanMerge(set):
423
arguments.
424
- Let {spreadsForName} be the set of fragment spreads with a given name in
425
{visitedSelections}.
426
-- Given each pair of members {spreadA} and {spreadB} in {spreadsForName}:
427
- - {spreadA} and {spreadB} must have identical sets of arguments, values and directives.
+- For each {spreadsForName} as {name} and {spreads}:
+ - Each entry in {spreads} must have identical sets of arguments to each other entry in {spreads}.
428
- Let {fieldsForName} be the set of selections with a given response name in
429
430
- Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:
0 commit comments