bookshelf-cursor-pagination icon indicating copy to clipboard operation
bookshelf-cursor-pagination copied to clipboard

Bookshelf plugin that implements cursor based pagination

Results 1 bookshelf-cursor-pagination issues
Sort by recently updated
recently updated
newest added

I'd like to use this library to implement a [relay-style cursor connection](https://facebook.github.io/relay/graphql/connections.htm ). It almost has everything needed, but the relay cursor spec includes a `pageInfo` key with `hasNextPage` and...