Alec Aivazis

Results 246 comments of Alec Aivazis

You can definitely! The best way to pull that off is to use `@list` on the field in your query and then use [list operation fragments](https://www.houdinigraphql.com/api/mutation/store#lists) inside of your subscription...

Oh interesting. No at the moment that's not support by the mutation operations. I can try to get to something soon. I do have one question: if object is already...

> > 1/ Free, I put what I want, it "just" needs to be type compliant > > ```ts > store.fetch({ variables: {}, optimistic: { > id: "123", > name:...

Unfortunately, there isn't a way to do this yet. I'm been wrestling with what the API could look like for providing custom pagination implementations. Do you have any ideas?

I just realized I never got down my full thoughts on this. I think if our goal is to support custom approaches to pagination it would be helpful to figure...

Sorry I haven't replied here yet @DanielHritcu. Every time I read what you wrote, I get distracted with some thought process and end up writing a bunch of notes for...

Okay so with `0.17.0` there is now an official, undocumented framework for building plugins to houdini. While the exact pieces necessary to support custom pagination aren't all there, the general...

No problem at all! Discord is best - you can find me on the svelte discord as @AlecAivazis

Oh yea good idea! [Here's](https://github.com/HoudiniGraphql/houdini/blob/70f9f71065767075de037b9dd4ac190101588037/src/common/config.ts#L642) where that logic lives. I think before we go down this path we probably want to confirm that `path.resolve('./houdini.config.js')` doesn't work. But I do think...