Strawberry GraphQL @ 0.234.2

Released

This release fixes an issue when trying to retrieve specialized type vars from a generic type that has been aliased to a name, in cases like:

@strawberry.type
class Fruit(Generic[T]): ...
SpecializedFruit = Fruit[str]

Releases contributed by @bellini666 via #3535