Lyrical-GraphQL
Lyrical-GraphQL copied to clipboard
Fixed "$pushAll" issue
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.
This one he should accept
Yeah, this one should be merged.