Overview

GraphQL-Ruby ships with several implementations of Relay’s “connection”-style pagination. You can familiarize yourself with connections in Connection Concepts and see how to use them in Using Connections. It also supports custom connection implementations and type definitions, which you can explore in the Custom Connections guide.

GraphQL has its own great pagination docs for further reading.