Phil Pluckthun
Phil Pluckthun
Sorry for coming back to this late. I have to be honest, balancing the needs of keeping our bindings lean and maintainable and making infinite scrolling easy has been hard...
> when I navigate pages the second page's query does not suspend but provides the components with partial results from the cache while it queries the rest. To be frank,...
Closing as _not planned_. I know this is controversial, but our whole opinion on this was to wait out and see whether we a) could implement this cleanly, and b)...
We forgot to mark this, but it's been resolved and implemented by: https://github.com/urql-graphql/urql/pull/2616
Superseded by #2897. `Co-Author` tag should potentially be added there
Opening as ready since TypeScript `5.5` was announced and a beta (`5.5.0`) is ready. Fix is part of this release: https://github.com/microsoft/TypeScript/commit/ef091bf7557f164e9e4294f53941b26a540209c2 We could consider renaming this to `gql.tada/ts-plugin` instead of...
I don't really have time to sift through and gather context here, sorry! I don't quite understand in what position your library is in, and you're welcome to ask a...
I think the problems here we'll run into are that the format isn't detached from Graphcache of course: https://github.com/urql-graphql/urql/blob/8ff4e3e449b7eece8a64566f54b04dfdb534eccb/exchanges/graphcache/src/store/data.ts#L610-L657 For context (i.e. readers who'll be following this thread passively), this...
Just to give my 2c, I'm not sure if `exports.development` and `exports.production` target conditionsa are widely supported, so some `import.env` shenanigans may still be necessary until that's widely adopted. On...
Resolved by #3191 / #3306 which have been released in [`@urql/[email protected]`](https://github.com/urql-graphql/urql/releases/tag/%40urql%2Fexchange-graphcache%406.2.0)