Closed
Description
Any reason that the return type of complete_list_value
is AwaitableOrValue[Any]
rather than AwaitableOrValue[List[Any]]
:
graphql-core/src/graphql/execution/execute.py
Lines 756 to 763 in c6f73a8
For comparison, execute_fields
returns AwaitableOrValue[Dict[str, Any]]
:
graphql-core/src/graphql/execution/execute.py
Lines 418 to 424 in c6f73a8
Metadata
Metadata
Assignees
Labels
No labels