nestjs-relay
nestjs-relay copied to clipboard
Extend Connection module to support PageCursors
Is your feature request related to a problem? Please describe. The Connection specification is great for endless-scroll-like experiences, but it lacks functionality to support a more traditional pagination UI.
Describe the solution you'd like Provide a pagination-style connection class that implements the PageCursor concept, as described in the Artsy engineering blog post Effortless Pagination in GraphQL & Relay? Really!
requires #31