Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <[email protected]>
  • Loading branch information
JoviDeCroock and benjie committed May 20, 2024
1 parent 16e8986 commit 8be0561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ FieldsInSetCanMerge(set):
arguments.
- Let {spreadsForName} be the set of fragment spreads with a given name in
{visitedSelections}.
- Given each pair of members {spreadA} and {spreadB} in {spreadsForName}:
- {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}.
- Let {fieldsForName} be the set of selections with a given response name in
{visitedSelections}.
- Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:
Expand Down

0 comments on commit 8be0561

Please sign in to comment.