graphene-django/docs/index.rst

38 lines
968 B
ReStructuredText
Raw Normal View History

2016-09-21 08:30:36 +03:00
Graphene-Django
===============
2019-04-26 18:48:37 +03:00
Welcome to the Graphene-Django docs.
Graphene-Django is built on top of `Graphene <https://docs.graphene-python.org/en/latest/>`__.
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 <https://docs.graphene-python.org/en/latest/>`__ to familiarize yourself with the basic utilities.
2020-05-22 13:12:27 +03:00
Core tenets
-----------
2019-04-26 18:48:37 +03:00
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.
2016-09-21 08:30:36 +03:00
.. toctree::
2019-04-26 18:48:37 +03:00
:maxdepth: 1
2016-09-21 08:30:36 +03:00
2019-04-26 18:48:37 +03:00
installation
tutorial-plain
tutorial-relay
2019-04-26 18:48:37 +03:00
schema
queries
2020-05-09 14:28:03 +03:00
fields
2020-05-09 14:19:02 +03:00
extra-types
2019-04-26 18:48:37 +03:00
mutations
subscriptions
2016-09-21 08:30:36 +03:00
filtering
authorization
debug
introspection
testing
2019-05-07 22:22:08 +03:00
settings