pypi strawberry-graphql 0.227.5
🍓 0.227.5

latest releases: 0.235.1, 0.235.1.dev1719337273, 0.235.0...
one month ago

Deprecations: This release deprecates the Starlite integration in favour of the LiteStar integration.
Refer to the LiteStar integration for more information.
LiteStar is a renamed and upgraded version of Starlite.

Before:

from strawberry.starlite import make_graphql_controller

After:

from strawberry.litestar import make_graphql_controller

Releases contributed by @Birdi7 via #3492

Don't miss a new strawberry-graphql release

NewReleases is sending notifications on new releases.