Skip to content

Commit 5c6d3df

Browse files
committed
Improve return type for complete_list_value
1 parent 6a6401b commit 5c6d3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/execution/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def complete_list_value(
786786
info: GraphQLResolveInfo,
787787
path: Path,
788788
result: Iterable[Any],
789-
) -> AwaitableOrValue[Any]:
789+
) -> AwaitableOrValue[List[Any]]:
790790
"""Complete a list value.
791791
792792
Complete a list value by completing each item in the list with the inner type.

0 commit comments

Comments
 (0)