Vasek - Tom C
Vasek - Tom C
> What do you mean? I see the types in client.gen.ts. That's where you pass that info to the query builder. Yes but I need the actual string representation of...
For example ```typescript const tree = new Client() .container() .build(new Directory(), { buildArgs: [{ value: "foo", name: "test" }] }) ``` Build expect an argument of type `Directory`, meaning that...
> What's the first code snippet? I don't know what I'm looking at. An example of query extracted from https://github.com/dagger/dagger/blob/aa178584031e01b45df8426fdc4ab45ee01e1fb6/sdk/typescript/api/test/api.spec.ts#L306-L310
> In other words, it's the code in client.gen.ts that uses the query builder, which then builds the query when it's time to execute. Yes I know, and it's the...
> This is what I don't understand, and it's a recurring theme. You keep saying "I can't" like there's a technical limitation. When in fact the limitation seems to usually...
Quick update on that one, I asked the stack overflow community a month ago about it https://stackoverflow.com/questions/78520319/is-there-a-solid-and-maintained-graphql-query-builder-for-typescript and still didn't received any answered, I'm going to wait for an answer...
@helderco I still don't have any update on my stack overflow post (see comment above), what should we do with this one? I know @gerhard would like to move it...
Good, I'm closing this one then, until we wanna work on it.
> If we're still going to work on it in the future, shouldn't it remain open 🤔 > We should only close it if it's no longer applicable, and we're...
Pushed some updates, I got weird issue, I left couple of info there, I'm still looking for a solution to make these tests running. https://github.com/dagger/dagger/issues/4368#issuecomment-2368054398