relay-mongodb-connection icon indicating copy to clipboard operation
relay-mongodb-connection copied to clipboard

Create Relay connections from MongoDB cursors

Results 4 relay-mongodb-connection issues
Sort by recently updated
recently updated
newest added

totalCount was added in order to follow http://graphql.org/learn/pagination/

When using a simple offset/skip as the cursor, won't pagination break during mutations? eg. 1. get the first page (5 records), ordered by latest / desc 2. mutation creates a...

Hi, the query.lean() disables any mongoose virtuals, populations etc. set in the schema, so could this be removed as there is no way to disable it? Then if you did...