Skip to content

Commit 1bfdbfb

Browse files
author
Michael Brewer
committed
chore: Correct docs
1 parent 8d8fe4a commit 1bfdbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/appsync_resolver_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def variables(self) -> Dict[str, str]:
122122
@property
123123
def selection_set_list(self) -> List[str]:
124124
"""A list representation of the fields in the GraphQL selection set. Fields that are aliased will
125-
only be referenced by the alias name, not the field name. The following example shows this in detail."""
125+
only be referenced by the alias name, not the field name."""
126126
return self.get("selectionSetList")
127127

128128
@property

0 commit comments

Comments
 (0)