Skip to content

Build(deps): bump strawberry-graphql[fastapi] from 0.227.2 to 0.227.3

Bumps strawberry-graphql[fastapi] from 0.227.2 to 0.227.3.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.227.3

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

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.227.3 - 2024-05-01

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.

Contributed by Eric Uriostigue via [PR #3480](strawberry-graphql/strawberry#3480)

Commits
  • 9a4a72d Release 🍓 0.227.3
  • a2b41fc perf(listconnection): only resolve edges when edges or pageInfo are selected ...
  • 65142b8 chore(bench): update CodSpeed/action to v2 (#3474)
  • See full diff in compare view

Merge request reports