pypi strawberry-graphql 0.238.1
🍓 0.238.1

latest releases: 0.242.0, 0.241.0, 0.240.4...
19 days ago

Fix an issue where StrawberryResolver.is_async was returning False for a
function decorated with asgiref's @sync_to_async.

The root cause is that in python >= 3.12 coroutine functions are market using
inspect.markcoroutinefunction, which should be checked with
inspect.iscoroutinefunction instead of asyncio.iscoroutinefunction

Releases contributed by @shmoon-kr via #3599

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.