Strawberry GraphQL @ 0.327.7

Released

This release fixes unnecessary overhead when handling resolver results.

Strawberry now does a little less work to check whether a result needs to be awaited. This small optimization works automatically with your existing synchronous and asynchronous resolvers, with no code changes needed.

This release was contributed by @patrick91 in https://github.com/strawberry-graphql/strawberry/pull/4618