Replies: 2 comments 2 replies
-
Any points? |
Beta Was this translation helpful? Give feedback.
1 reply
-
So changing to something like Strawberry is the best option when using Django? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to use Ariadne with newer versions of Django? I have no idea what to do since the 'ariadne-django' library currently is not maintained while the Ariadne documentation prescribes to use it, but no other details in this (Django) section. Also the documentation on the home page of Ariadne is inconsistent with the ariadne-django documentation.
Ariadne Doc
ariadne-django Doc
I am confused with what to do. I want to use Ariadne with Django 5, ASGI. More specifically: 1. Which libraries do I need to install to use Ariadne with Django now? 2. How to setup Ariadne with Dajngo ASGI? 3. How to write an Async resolver with newer versions of Django ASGI Application? 4. Do I need to use Django Channels as given in ariadne-django documentation to make my GraphQL API asynchronous?
I am also using
ariadne-relay
. With Django 2.2 WSGI everything worked fine with ariadne-django. Now I need to make things asynchronous with Django's new support for ASGI out of the box. I moved from Graphene to Ariadne and absolutely love this library for the control it gives, schema-first approach and simplicity. Kindly help.Beta Was this translation helpful? Give feedback.
All reactions