@hackage relay-pagination-servant0.1.1.0

RelayPage servant combinator for Relay-style cursor pagination

The RelayPage servant combinator: declares the four Relay pagination query parameters (first, after, last, before) on a route, validates them before the handler runs, and hands the handler one already-validated PageRequest. Ships HasServer, HasClient, and HasLink instances plus OpenAPI 3.1 documentation support via openapi-hs and servant-openapi-hs.