Strawberry GraphQL @ 0.324.5

Released

This release fixes incorrect dataclass transform ordering metadata.

Strawberry decorators now correctly declare that ordering methods are not generated by default, matching their runtime dataclass behavior and allowing custom ordering methods such as __gt__ to be used without type-checking errors.

This release was contributed by @subham -hq in https://github.com/strawberry-graphql/strawberry/pull/4591