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