Laurens Lavaert
Laurens Lavaert
What I do is combine both with Federation, but then you cannot use an augmented schema.
If you want these security concerns to be dealt with why don't you wrap your resolver with some logic? I think that's the best way to solve this because adding...
@krystianity is this something you want to support in the driver itself? As currently we are holding promises in memory and use consumer.pause() to stop listening to message to then...
@vlekakis Is there any update on this?
@KATT still looking for contributors for this? I think this could be a huge step forward for type-safety.
I experience the same issue if you change when animation is still ongoing some elements are removed or even added.
@Urigo I have the same use case for work, and was wondering what the desired approach would be. Configuration for queries / mutations their path in the sofa middleware or...
What's blocking this PR? This fixes several bugs for text selection
What do you mean by `async_hooks resource tracking will not be supported, it will just ignore them.` As bluebird uses async_hooks and requires it explicitly like this for example: ```...
By adding `"../../libs/shared/trpc-router/src/index.ts"` to the tsconfig.app.json you can make sure that the react application's TSC is always in sync with the types it's importing.