GraphQLGuide / apollo-datasource-mongodb

Apollo data source for MongoDB
MIT License
285 stars 64 forks source link

Force mongoose .lean() #101

Closed leonardootoni closed 2 years ago

leonardootoni commented 2 years ago

Added .lean() on mongoose Queries to avoid mongoose hydration and speedup performance. It solves that bug when setting TTL from Mongoose Models

lorensr commented 2 years ago

I appreciate the contribution, but it looks like the types also need to be updated, so I'll close this in favor of #102