ash_graphql/documentation/topics/relay.md
Zach Daniel 49c6534d73 improvement: generic action support
docs: better docs
2023-09-15 13:45:12 -04:00

302 B

Relay

Enabling relay for a resource sets it up to follow the relay specification.

The two changes that are made currently are:

  • the type for the resource will implement the Node interface
  • pagination over that resource will behave as a Connection.