File size: 684 Bytes
2b06d1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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