ash_graphql/documentation/topics/relay.md

9 lines
302 B
Markdown
Raw Normal View History

# Relay
Enabling relay for a resource sets it up to follow the [relay specification](https://relay.dev/graphql/connections.htm).
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.