mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
30 lines
970 B
ReStructuredText
30 lines
970 B
ReStructuredText
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`_
|
|
|
|
.. _Relay: https://facebook.github.io/relay/docs/graphql-relay-specification.html
|
|
.. _Relay specification: https://facebook.github.io/relay/graphql/objectidentification.htm#sec-Node-root-field
|
|
.. _Getting started with Relay: https://facebook.github.io/relay/docs/graphql-relay-specification.html
|
|
.. _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
|