Strawberry GraphQL @ 0.322.2
Released
This release fixes a bug in Relay connection pagination where combining first with before returned the wrong slice of items — walking backward from the before cursor instead of taking the first first items among those before it, per the Relay Cursor Connections spec.
This release was contributed by @ritsth in https://github.com/strawberry-graphql/strawberry/pull/4516