rogerballard / nestjs-relay

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7
MIT License
58 stars 14 forks source link

Extend Connection module to support PageCursors #42

Open rogerballard opened 4 years ago

rogerballard commented 4 years ago

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!

rogerballard commented 4 years ago

requires #31