Elliot Chong

Results 5 comments of Elliot Chong

For reference: https://github.com/mochajs/mocha/issues/2356

@oleg-rdk thanks for the PR! I'm recently hitting this issue as well, would you like any help getting that PR over the finish line?

I've started work on a fix for #73, #62, and #39 @ https://github.com/ElliotChong/coffee-react-transform/commits/patch-1 It passes all existing tests and it _should_ fix #62 and #39; however, I'm having some trouble...

If the type definitions are identical could we work around that slice of issues by simply discarding the duplication in a pre-processing step before the schema merge? If types are...

Thinking about this more... Is the current intention to just mark the duplicated types in Service B as [stub types](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/#create-stub-types)? We'll still have an issue with `input`s though since they...