Any reason that the return type of `complete_list_value` is `AwaitableOrValue[Any]` rather than `AwaitableOrValue[List[Any]]`: https://.com/graphql-python/graphql-core/blob/c6f73a8610ea01677992943dbde736f754bba296/src/graphql/execution/execute.py#L756-L763 For comparison, `execute_fields` returns `AwaitableOrValue[Dict[str, Any]]`: https://.com/graphql-python/graphql-core/blob/c6f73a8610ea01677992943dbde736f754bba296/src/graphql/execution/execute.py#L418-L424