graphene-django-cud
graphene-django-cud copied to clipboard
Add multiple database support for mutations
Support manual database selection mentioned here: https://docs.djangoproject.com/en/3.1/topics/db/multi-db/
I'm assuming you want to be able to control this on a per-mutation level, say? I.e. using automatic routing will be insufficient?
Yeh, I require to control on a per-mutation level. I think automatic routing will be insufficient.
Roger that. Would you also need to be able to control routing on nested relationships?
Another comment here: Will overriding get_queryset be sufficient here?