You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphene-django is unfortunately a dead project, and is no longer compatible with Django 4.0 and later releases (something which we currently work around via a monkey patch).
The goal here will be to keep the new GraphQL API as backward-compatible as possible, and to leverage any new features of Strawberry where they might be beneficial. Further research is needed to determine the migration strategy.
No changes to the database schema are anticipated.
The text was updated successfully, but these errors were encountered:
Replace existing GraphQL implementation, which was built using
graphene-django
, withStrawberry
.graphene-django
is unfortunately a dead project, and is no longer compatible with Django 4.0 and later releases (something which we currently work around via a monkey patch).The goal here will be to keep the new GraphQL API as backward-compatible as possible, and to leverage any new features of Strawberry where they might be beneficial. Further research is needed to determine the migration strategy.
No changes to the database schema are anticipated.
The text was updated successfully, but these errors were encountered: