Relay
=====

Graphene has complete support for `Relay`_ and offers some utils to make
integration from Python easy.


.. toctree::
   :maxdepth: 2

   nodes
   connection
   mutations


Useful links
------------

-  `Getting started with Relay`_
-  `Relay Global Identification Specification`_
-  `Relay Cursor Connection Specification`_

.. _Relay: https://relay.dev/docs/guides/graphql-server-specification/
.. _Getting started with Relay: https://relay.dev/docs/getting-started/step-by-step-guide/
.. _Relay Global Identification Specification: https://relay.dev/graphql/objectidentification.htm
.. _Relay Cursor Connection Specification: https://relay.dev/graphql/connections.htm
