pypi strawberry-graphql 0.312.1
🍓 0.312.1

latest release: 0.312.2
6 hours ago

Fix Annotated metadata being lost on optional union types

When using Annotated[A | B | None, strawberry.union("MyUnion")],
the custom union name and other metadata would be dropped during None stripping, causing the schema to fall back to an auto-generated name
(e.g. "AB" instead of "MyUnion").

Releases contributed by @GabrielTDS-dev via #4321

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.