Vasek - Tom C
Vasek - Tom C
@helderco This is ready for a review! Only the PHP tests are failing which isn't related to this PR
> Waiting for reply on https://github.com/dagger/dagger/pull/8653#discussion_r1799701645 Replied :D
Is there any update on that topic? Or a workaround to monitor `postgres` client?
I've see some interesting query builder, but it doesn't seem this will help us fixing the issue with enumeration. :bulb: Quick context: if an user inputs a value that is...
I think I found a better way to handle our issue that would allow us to keep our current query builder. (Actually even if we change we would still need...
Yeah, basically it's 2 different issues, so I'm gonna open a new one related to the enum conflict and keep this one for later
As explained above, the integration of a query builder would not improve the Node SDK. As mentioned on Discord (https://discord.com/channels/707636530424053791/1003718839739105300/1141416172315758672), it might be better to design our own query builder....
This library https://www.npmjs.com/package/gql-query-builder published a year ago might be the solution to use an actual GQL query builder!
> This library [npmjs.com/package/gql-query-builder](https://www.npmjs.com/package/gql-query-builder) published a year ago might be the solution to use an actual GQL query builder! I did some tests with this library and it doesn't seems...
> What issues? As it seems you can control the type, which is not a problem: We do not get have access to the GQL types for now, but I...