Closed syrusakbary closed 7 years ago
Executing promise.is_thenable over a asyncio coroutine returns False, however promisify is able to handle coroutines correctly.
promise.is_thenable
coroutine
False
promisify
Related PR: https://github.com/graphql-python/graphene/pull/379
Executing
promise.is_thenable
over a asynciocoroutine
returnsFalse
, howeverpromisify
is able to handle coroutines correctly.Related PR: https://github.com/graphql-python/graphene/pull/379