Ivo Sabev

Results 25 comments of Ivo Sabev

Currently the lack of this feature prevents me form using Drizzle in my projects.

Is there a solution to the multiple column references through and operation problem? For example: ``` SELECT * FROM orders O WHERE O.total - O.payment - O.credit > 0 ```...

Would love to have TypeScript definitions for the Admin API. JSDoc is not a bad way to do it.

I am not sure I understand the benefits of the Resolvers compared to the [client schema extension](https://relay.dev/docs/guides/client-schema-extensions/), which could completely replace a local state library like Redux

What is the status of this, sounds a simple fix?