Skip to content

Commit 10153d0

Browse files
committed
Fix URL in docstring
1 parent 5b72d47 commit 10153d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/validation/rules/overlapping_fields_can_be_merged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class OverlappingFieldsCanBeMergedRule(ValidationRule):
5050
A selection set is only valid if all fields (including spreading any fragments)
5151
either correspond to distinct response names or can be merged without ambiguity.
5252
53-
See https://spec.graphql.org/draft/#sec-Field-Selection-Mergin
53+
See https://spec.graphql.org/draft/#sec-Field-Selection-Merging
5454
"""
5555

5656
def __init__(self, context: ValidationContext):

0 commit comments

Comments
 (0)