pypi strawberry-graphql 0.303.0
🍓 0.303.0

latest release: 0.303.1
8 hours ago

Add strawberry.federation.params module with shared TypedDicts (FederationFieldParams, FederationInterfaceParams, FederationTypeParams) and processing functions (process_federation_field_directives, process_federation_type_directives) for federation directives.

These TypedDicts can be consumed via Unpack[...] to avoid duplicating federation parameter lists across packages. The processing functions are extracted from inline logic previously in field.py and object_type.py.

Also fixes a bug where inaccessible=False incorrectly added the Inaccessible directive on types/interfaces.

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.