mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
e0d4bec2d8
The official Relay project has removed 'Relay input Object Mutation' in favour of general mutation spec from their docs in [this PR](https://github.com/facebook/relay/pull/2401/files#diff-98bee0595817d7a46cd52d86e6c3db70) and is unavailable on their [official website](https://relay.dev/docs/en/graphql-server-specification#mutations) as well
29 lines
879 B
ReStructuredText
29 lines
879 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/en/graphql-server-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/en/quick-start-guide.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
|