graphene-django-tools

Tools for use [`graphene-django`](https://github.com/graphql-python/graphene-django)


Keywords
graphene, django, graphql, api, graphene-django, python3
License
MIT
Install
pip install graphene-django-tools==0.21.0

Documentation

Graphene django tools

build status version python version django version wheel maintenance Conventional Commits

Tools for use graphene with django. Use a explicit schema definition approach that different from graphene-django.

Documentation is placed in docs folder.

Install

pip install graphene-django-tools

Features

  • django integration for graphene-resolver.
  • optimize queryset with django only,selected_related,prefetch_related to only select fields that used in query.
  • data loader graphene middleware.

Development

test: make test