Replies: 1 comment 15 replies
-
We plan to move |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of Django 3.1 there is support for asynchronous views.
Can someone update the Django Graphql view to be asynchronous?
Also if I want my queries and mutations to be asynchronous what would be the best way of converting them? using the @sync_to_async decorator?
Beta Was this translation helpful? Give feedback.
All reactions