Raphael

Results 30 comments of Raphael

Facing the same issue, we ended up creating our own GQL client: https://github.com/infiotinc/gqlgenc

Thank you :) The relevant directories that are direct copies (or at least started this way) from this repo contain the LICENSE file from Yamashou, and some files that have...

Lets say we have the following: ```graphql type User { id: ID! name: String! email: String! } query GetUsers() { getUsers { id name } } ``` The schema would...

You dont have to fetch all fields, but using in your codebase an unamed struct is a pain In my example above, `User` is defined with `id`, `name`, `email`, but...

It is, i m not saying that it is the same, using the generated model is a corner case, but what if I just dont want to use an anonymous...

That would solve half of the concerns I was raising, that #66 is greatly needed, for writing tests for example! I still believe that users should be able to provide...

Facing the same issue, we ended up creating https://github.com/infiotinc/gqlgenc

> Happy to help, though you should also reach out to Coder. I think coder is out of the picture here, its a pure sysbox problem imo, coder was just...

Okay another ws broke: ``` $ findmnt TARGET SOURCE FSTYPE OPTIONS / overlay overlay rw,relatime,lowerdir=/var/lib/containers/storage/overlay/l/4G5KAIEXKOIRDK2Q2IM7PGZ3QX:/var/lib/containers/st ├─/run tmpfs tmpfs rw,nosuid,nodev,size=13168052k,nr_inodes=819200,mode=755,uid=165536,gid=165536,inode64 │ └─/run/lock tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k,uid=165536,gid=165536,inode64 ├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime │ ├─/sys/firmware...