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 26cc605 commit 8b9f960Copy full SHA for 8b9f960
src/graphql/execution/execute.py
@@ -760,7 +760,7 @@ def complete_list_value(
760
info: GraphQLResolveInfo,
761
path: Path,
762
result: Iterable[Any],
763
- ) -> AwaitableOrValue[Any]:
+ ) -> AwaitableOrValue[List[Any]]:
764
"""Complete a list value.
765
766
Complete a list value by completing each item in the list with the inner type.
0 commit comments