NateScarlet / graphene-django-tools

Tools for use graphene with django. Use a explicit schema definition approach that different from graphene-django. Archived due to author has been switched to golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Archived due to author has been switched to golang

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.3%Language:Makefile 0.3%