GraphQLGuide / apollo-datasource-mongodb

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

Use .lean() for Mongoose documents #100

Closed jonasmeier1212 closed 2 years ago

jonasmeier1212 commented 2 years ago

See #74 for why this is needed for Mongoose documents.

It also contains some typing improvements, that aren't part of the issue, but I don't have time now to filter out the relevant commits and they are useful anyway.

jonasmeier1212 commented 2 years ago

I created a new PR without all the unrelated commits, therefore I will close this one.