Smooth transition from django-graphql-jwt to strawberry-django-auth #392
-
Hi all! First of all congrats to the nice strawberry 🍓 library and your great extension - it’s very intuitive to work with! 👏 We’re having a Django project with many GraphQL queries & mutations, all built using graphene-django. To be able to use it alongside strawberry, we are working on switching to graphene-django 3.x. Our idea is to do the migration "step by step" and at first only introducing new queries / mutations using strawberry at the endpoint Is it possible to continue using Django GraphQL JWT with all mutations on A first try ended with:
Happy for any advice on how to best transition. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey, well for starters you'll want to remove django-graphql-jwt from your installed apps (or rename that reverse accessor somehow). |
Beta Was this translation helpful? Give feedback.
I hope 🙃