Tools for use graphene with django.
Use a explicit schema definition approach that different from graphene-django.
Documentation is placed in docs folder.
pip install graphene-django-tools
- django integration for graphene-resolver.
- optimize queryset with django only,selected_related,prefetch_relatedto only select fields that used in query.
- data loader integration for django model.
test: make test