Lyrical-GraphQL icon indicating copy to clipboard operation
Lyrical-GraphQL copied to clipboard

Fixed "$pushAll" issue

Open pkozemirov opened this issue 6 years ago • 2 comments

As mentioned here, mongodb dropped support of $pushAll since 3.6, which caused Unknown modifier: $pushAll for me and some other people.

Overriding mongoose settings to always use usePushEach solved the issue for me.

pkozemirov avatar Jun 26 '18 05:06 pkozemirov

This one he should accept

danilosilvadev avatar Aug 04 '18 11:08 danilosilvadev

Yeah, this one should be merged.

YuyingWu avatar Sep 02 '18 11:09 YuyingWu