relay-mongodb-connection
relay-mongodb-connection copied to clipboard
Create Relay connections from MongoDB cursors
totalCount was added in order to follow http://graphql.org/learn/pagination/
Fixing typo
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...