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`_
|
|
|
|
- `Relay input Object Mutation`_
|
|
|
|
|
2018-01-21 02:17:52 +03:00
|
|
|
.. _Relay: https://facebook.github.io/relay/docs/en/graphql-server-specification.html
|
2016-09-12 07:47:34 +03:00
|
|
|
.. _Relay specification: https://facebook.github.io/relay/graphql/objectidentification.htm#sec-Node-root-field
|
2018-01-21 02:17:52 +03:00
|
|
|
.. _Getting started with Relay: https://facebook.github.io/relay/docs/en/quick-start-guide.html
|
2016-09-12 07:47:34 +03:00
|
|
|
.. _Relay Global Identification Specification: https://facebook.github.io/relay/graphql/objectidentification.htm
|
|
|
|
.. _Relay Cursor Connection Specification: https://facebook.github.io/relay/graphql/connections.htm
|
|
|
|
.. _Relay input Object Mutation: https://facebook.github.io/relay/graphql/mutations.htm
|