lkrzyzanek / graphql-pagination

GraphQL Cursor & Offset Pagination Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native support for offset based pagination (and sort) in MongoDB DataSource

lkrzyzanek opened this issue · comments

Offsetwrapper nicely map page argument to afterIndex.
However MongoDB DataSource needs to be count with that.

Having dedicated MongoDBDataSource for Offsetbased pagination we could resolve #147 as well.