Closed arvi closed 5 years ago
What exactly does not work? You can use readme of https://github.com/mixmaxhq/mongo-cursor-pagination as it does exactly the same.
You would use Book.paginate() instead of Book.find(), but I can't seem to get paginate() to work as it's hanging.
My typescript always yells ".paginate() does not exist", I don't know why. In both mongo-cursor-pagination
and here.
Hello @uncledent ,
I am trying to follow the instructions on the README, however, I am stuck on figuring out how to implement the
paginate
on the exported model:Thanks for your advice.