mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +03:00
Merge pull request #459 from MikeTYChen/update-relay-doc-link
Update Relay Documentation Link
This commit is contained in:
commit
342b3a703a
|
@ -98,4 +98,5 @@ Example usage:
|
||||||
# Should be CustomNode.Field() if we want to use our custom Node
|
# Should be CustomNode.Field() if we want to use our custom Node
|
||||||
node = relay.Node.Field()
|
node = relay.Node.Field()
|
||||||
|
|
||||||
|
.. _Relay specification: https://facebook.github.io/relay/docs/graphql-relay-specification.html
|
||||||
.. _Starwars Relay example: https://github.com/graphql-python/graphene/blob/master/examples/starwars_relay/schema.py
|
.. _Starwars Relay example: https://github.com/graphql-python/graphene/blob/master/examples/starwars_relay/schema.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user