Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace graphene-django with Strawberry #318

Open
ivarnakken opened this issue Aug 7, 2022 · 0 comments
Open

Replace graphene-django with Strawberry #318

ivarnakken opened this issue Aug 7, 2022 · 0 comments
Assignees

Comments

@ivarnakken
Copy link
Member

Replace existing GraphQL implementation, which was built using graphene-django, with Strawberry.

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.

@ivarnakken ivarnakken self-assigned this Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant