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 5b72d47 commit 10153d0Copy full SHA for 10153d0
src/graphql/validation/rules/overlapping_fields_can_be_merged.py
@@ -50,7 +50,7 @@ class OverlappingFieldsCanBeMergedRule(ValidationRule):
50
A selection set is only valid if all fields (including spreading any fragments)
51
either correspond to distinct response names or can be merged without ambiguity.
52
53
- See https://spec.graphql.org/draft/#sec-Field-Selection-Mergin
+ See https://spec.graphql.org/draft/#sec-Field-Selection-Merging
54
"""
55
56
def __init__(self, context: ValidationContext):
0 commit comments