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 6a6401b commit 5c6d3dfCopy full SHA for 5c6d3df
src/graphql/execution/execute.py
@@ -786,7 +786,7 @@ def complete_list_value(
786
info: GraphQLResolveInfo,
787
path: Path,
788
result: Iterable[Any],
789
- ) -> AwaitableOrValue[Any]:
+ ) -> AwaitableOrValue[List[Any]]:
790
"""Complete a list value.
791
792
Complete a list value by completing each item in the list with the inner type.
0 commit comments