Brian Lenz

Results 26 comments of Brian Lenz

I created a PR with an updated test for https://github.com/graphql-compose/graphql-compose-mongoose/issues/376 that exposes this issue: https://github.com/graphql-compose/graphql-compose-mongoose/pull/403

It looks like in my case, adding `projection` into `extensions` actually solved the issue, as in: https://github.com/graphql-compose/graphql-compose-mongoose/issues/377#issuecomment-921143508 It's unclear to me why the test case is failing now, though.

@cwomack I appreciate the response! I can see how #10393 is related, but that's an old feature request from 2022 in the context of v5, whereas this is v6-specific. v5...

@BamMironov, we are using [yarn patch](https://yarnpkg.com/cli/patch) from Yarn 2. If you're using Yarn 1, then [patch-package](https://yarnpkg.com/package/patch-package) is the way to go. I might suggest you contact their team for further...

@DmitriyKirakosyan I don't mean to be difficult, but I'd like to push back a little bit on the idea of merging the PR because it doesn't make anything _worse_. [I...

@jweisbaum was this fixed in 5cc10860a9e3edec73264c5fe8a77759b8d11148?