Alessia Bellisario
Alessia Bellisario
Hi @jmcmichael 👋 CIViC looks like a fascinating project, thanks for sharing! It's always so interesting for our team of maintainers to see the places Apollo Client is being used...
Folks on this thread may also be interested to follow my PR https://github.com/kamilkisiela/apollo-angular/pull/2226 over on the apollo-angular repo that adds `watchFragment` support there :) Since `watchFragment` is available in a...
@tremby @jonnyleeharris thanks for flagging this. I have an idea of what might be going on here after chatting with Ben, but I haven't been able to reproduce the issue...
@tremby I've created an issue https://github.com/apollographql/apollo-client/issues/11522 and opened a draft PR with a failing test https://github.com/apollographql/apollo-client/pull/11521/files. If you have a moment, would you be able to look at the failing...
@tremby that helps! I have a few other priorities at the moment but should be able to circle back to look at that failing test again next week. Thanks for...
Hi @paymog 👋 Would you be able to provide a runnable reproduction of the issue? I'm wondering how you're accessing cache data in order to render items within `` -...
Hi all 👋 Unfortunately, the fix in #11202 broke some behavior as reported in #11560 for several users. We are reverting the fix for this issue via #11576 and will...
Hi there @jennyk1 👋 I work on Apollo Client and it looks like your server is using SSE to communicate with the client which isn't supported out of the box....
Hi, @SystemDisrupt 👋 We have an alpha release with a change that should improve things here, you can install it with `npm i @apollo/client@alpha` or the package manager of your...
The fix is now available in the current 3.8 `alpha` release which can be installed via `npm i @apollo/client@alpha`.