Skip to content

Commit

Permalink
address validation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Mar 8, 2024
1 parent 440aa9c commit 48fa841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ FieldsInSetCanMerge(set):
- 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.
- {spreadA} and {spreadB} must have identical sets of arguments, values and directives.
- 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 Expand Up @@ -1636,8 +1636,8 @@ fragment HouseTrainedFragment on Query {
}
```

Likewise, it is valid for both an operation and a fragment to define a variable
with the same name:
Likewise, it is valid for a fragment to define a variable with a name that
is also defined on an operation:

```graphql example
query C($atOtherHomes: Boolean) {
Expand Down

0 comments on commit 48fa841

Please sign in to comment.