Chris Dostert

Results 54 comments of Chris Dostert

@tbwiss just mentioning, we have a similar issue and couldn't find a work around aside from using a graphql union type instead of an interface, which really limits the functionality....

@tbwiss / @darrellwarde thank you for your help triaging this. We're really struggling due to this bug; we have alot of interfaces in our model that we fundamentally can't query...

@angrykoala @tbwiss Amazing work all and thank you for closing this. Is it possible to get a release with this fix? We're really eager for it, thanks again!

it seems this is caused by a bug; mongoist API's findAsCursor method uses projection as second param see [docs](https://github.com/saintedlama/mongoist#dbcollectionfindascursorquery-projection) where as official mongodb driver uses options object as second param...

this is actually more than superficial; in my case it's causing typescript compiler errors because enums are exported before the 2nd relay-runtime import which causes `Line 5:1: Import in body...

what happened with this? I'm running into the same issue : /

Interesting, I just tried using `require('@opencensus/propagation-b3')` and it has the same behavior so it appears the issue does not lie with '@opencensus/propagation-stackdriver'

maybe replaced by https://github.com/opctl/opctl/issues/976

@clarklemke [Release 0.1.50](https://github.com/opctl/opctl/blob/main/CHANGELOG.md#0150---2023-05-01) included some fixes for error logging. Could you see if you're still hitting this with latest? If so could you do us a favor and post an...