cult-of-coders / grapher

Grapher: Meteor Collection Joins + Reactive GraphQL like queries
https://atmospherejs.com/cultofcoders/grapher
MIT License
275 stars 53 forks source link

Upgrade to 2.6 breaks document counts due to driver change #463

Open donstephan opened 2 years ago

donstephan commented 2 years ago

Going through the necessary upgrade for 2.6 and this one jumped out to me. This happens in the exposure functionality around document counts. There's a discussion going on about it:

https://github.com/meteor/meteor/issues/11921

Shouldn't be too tricky to fix but need to trick the enforeMaxLimit to not get set with cursors that are going to be used for counts.