Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 934 Bytes

index.rst

File metadata and controls

34 lines (25 loc) · 934 Bytes

Graphene-Django

Welcome to the Graphene-Django docs.

Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abstractions that make it easy to add GraphQL functionality to your Django project.

First time? We recommend you start with the installation guide to get set up and the basic tutorial. It is worth reading the core graphene docs to familiarize yourself with the basic utilities.

Core tenants

If you want to expose your data through GraphQL - read the Installation, Schema and Queries section.

For more advanced use, check out the Relay tutorial.

.. toctree::
   :maxdepth: 1

   installation
   tutorial-plain
   tutorial-relay
   schema
   queries
   mutations
   filtering
   authorization
   debug
   rest-framework
   introspection
   testing