2016-09-12 07:47:34 +03:00
|
|
|
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`_
|
|
|
|
|
2021-03-24 22:32:35 +03:00
|
|
|
.. _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
|