olavim / objection-cursor

Cursor based pagination plugin for Objection.js
MIT License
30 stars 8 forks source link

feat(pageInfo): remainingBefore, remainingAfter, hasMore #7

Closed olavim closed 5 years ago

olavim commented 5 years ago

Description

Adds remainingBefore, remainingAfter, and hasMore values to pageInfo.

Also some miscellaneous fixes, which make the bulk of the changes here:


Continuation of https://github.com/olavim/objection-cursor/pull/6 by @idododu