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

Remove .lean() from the mongoose query?

Open acorcutt opened this issue 8 years ago • 0 comments

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 want lean responses you could include it in the query...

return connectionFromMongooseQuery(User.find({}).lean(),args)

acorcutt avatar Sep 02 '16 18:09 acorcutt