graphene-django-cud icon indicating copy to clipboard operation
graphene-django-cud copied to clipboard

Add multiple database support for mutations

Open nepAppHub opened this issue 5 years ago • 4 comments

Support manual database selection mentioned here: https://docs.djangoproject.com/en/3.1/topics/db/multi-db/

nepAppHub avatar Oct 21 '20 17:10 nepAppHub

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?

tOgg1 avatar Dec 03 '20 06:12 tOgg1

Yeh, I require to control on a per-mutation level. I think automatic routing will be insufficient.

nepAppHub avatar Dec 04 '20 16:12 nepAppHub

Roger that. Would you also need to be able to control routing on nested relationships?

tOgg1 avatar Dec 05 '20 17:12 tOgg1

Another comment here: Will overriding get_queryset be sufficient here?

tOgg1 avatar Mar 13 '22 10:03 tOgg1