Skip to content

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

License

Notifications You must be signed in to change notification settings

BrandonNav/graphene-django-tools

 
 

Repository files navigation

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 integration for django model.

Development

test: make test

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%