Pagination¶
Coming Soon
Full pagination support is under active development. This guide will be expanded as features are released.
Overview¶
Viaduct provides utilities for implementing Relay-style cursor pagination, the industry standard for GraphQL pagination.
Current Status¶
The foundation directives are available:
@connection- Mark connection types@edge- Mark edge types
Planned Features¶
The following features are under development:
- Connection validation - Build-time validation of connection/edge type structure
- ConnectionBuilder - Utilities for building connection responses
- Offset cursor support - Convert offset/limit backends to cursor pagination
- Full list pagination - Paginate in-memory lists automatically
Resources¶
- Relay Connection Specification
- Roadmap - See "Connections" feature status