GroupCreated with Sketch.
DocumentationTeam Github

Table Of Contents

  • Getting started
  • Types Reference
  • Execution
  • Relay
    • Nodes
    • Connection
    • Mutations
    • Useful links
  • Testing in Graphene
  • API Reference
Older versions
  • Docs »
  • Relay

Relay¶

Graphene has complete support for Relay and offers some utils to make integration from Python easy.

  • Nodes
    • Quick example
    • Custom Nodes
    • Accessing node types
    • Node Root field
  • Connection
    • Quick example
    • Connection Field
  • Mutations
    • Accepting Files

Useful links¶

  • Getting started with Relay
  • Relay Global Identification Specification
  • Relay Cursor Connection Specification
Previous: Query ValidationNext: Nodes