GraphQLGuide / apollo-datasource-mongodb

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

Mongoose models with caching? #99

Closed OneCricketeer closed 1 year ago

OneCricketeer commented 2 years ago

From what I tell, it seems I am required to use the included find* functions to use the cache and cannot use this.model.* functions. Is this correct?

lorensr commented 2 years ago

Yes

OneCricketeer commented 1 year ago

Seems related to #109