The library was working great until I started using web sockets, for which I need to change to Daphne server.
Now It throws the following error in the cloud.
raise SynchronousOnlyOperation(message)
django.core.exceptions.SynchronousOnlyOperation: You cannot call this from an async context - use a thread or sync_to_async.
on this line of code
with connection.cursor() as cursor:
inside get_fixed_settings() in graphene_django_filter/conf.py file.