Tools to easily create permissioned CRUD endpoints in graphene
graphene-django-plus Tools to easily create permissioned CRUD endpoints in graphene-django. Install pip install graphene-django-plus To make use of everything this lib has to offer, it is recommended to installboth graphene-django-optimizerand django-guardian. pip install graphene-django-optimizer django-guardian What it does Provides some base types for Django Models to improve querying them with: Provides a set of complete and simple CRUD mutations with: Unauthenticated user handling Permission handling using the default django permission system Object permission handling using django guardian Automatic input generation […]
Read more