shlomokraus
shlomokraus
**Is your feature request related to a problem? Please describe.** When service calls another service it needs to use broker.call. Instead, I prefer wrapping those calls inside methods and provide...
Say I have type `User` and it has 2 properties. How can I have 2 different services *define* and resolve those properties (ie each extend the root object), similar to...
Hey, great library. I'm trying to catch mutation errors but it seems none of the callbacks are called. The only way I was able to catch errors is to use...