0soft / graphene-django-plus

Tools to easily create permissioned CRUD endpoints in graphene.
MIT License
80 stars 13 forks source link

Any plans on merging this functionality with graphene-django? #15

Open jottenlips opened 4 years ago

jottenlips commented 4 years ago

I really like how you have constructed the serializer mutations. It would be nice to have "RelaySerializerMutation" like this in graphene-django. The permissions are a nice touch as well. Any reason why this is a separate project? Is there a long term goal of making this part of graphene-django?

bellini666 commented 4 years ago

Hi @jottenlips ,

Sorry for taking so long to reply, for some reason I didn't receive any notifications about this issue.

I like the idea of merging this into graphene-django, didn't though of that! Will open an issue there in the future to discuss what needs to be polished here so the code can be included there.

debu999 commented 3 years ago

This is indeed a nicest work that i see and have been using for a while. It will be a great thing to have it part of graphen-django.