pypi strawberry-graphql 0.227.3
🍓 0.227.3

latest releases: 0.243.1, 0.243.0, 0.242.0...
5 months ago

This release adds an optimization to ListConnection such that only queries with
edges or pageInfo in their selected fields triggers resolve_edges.

This change is particularly useful for the strawberry-django extension's
ListConnectionWithTotalCount and the only selected field is totalCount. An
extraneous SQL query is prevented with this optimization.

Releases contributed by @euriostigue via #3480

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.