Andreas Fehn

Results 18 comments of Andreas Fehn

What about this? So your request data is still strictly typed: ```ts const data: SendEmailV3_1.IBody = { Messages: [ { From: { Email: '[email protected]' }, To: [{ Email: '[email protected]' }],...

Oh, I really need this to be fixed. I cannot use the workaround mentioned earlier because my case is one level more complex as I need to use the generated...

Yes, I have indeed and boy am I hyped to finally rework four apps to the new kit and houdini :partying_face: OK, this will solve the generating problem (in the...

I just learned about Mesh and it sounds really cool. From skimming the docs it should probably work but I'm a bit hesitant to introduce the additional complexity (out of...

I like both approaches, the second one even a bit more. This way there you can immediately see the floating graphql tag has a purpose :sweat_smile:

Maybe https://kit.svelte.dev/docs/loading#output-dependencies can be used? I.e. the generated load would put all query names into the `dependencies` array and the user would be able to invalidate individual queries (but I...

Probably also when the query has only default arguments (nullable or not).

Really nice that you start working on it parallel to their development. Keep up the great work 👍

> Wow @fehnomenal! Really appreciate all this help :heart: If these are the kinds of comments we're getting we're in a great place already. Was scared the first messages would...

I need a way to pass an `authorization` header after logging in. Unfortunately the access token is neither written nor read to/from a cookie by the backend I cannot control...