Andrea Puddu
Andrea Puddu
No, I mean _manually_ update the cache, like in the proposed example: ```js import { LIST_USERS_QUERY } from "./somewhere"; const CREATE_USER_MUTATION = `...`; function CreateNewUser() { const [createUser] = useMutation(CREATE_USER_MUTATION,...
Ohh it’s great to know we have this mechanism, thanks @gdorsi! Yeah I think it would be great to provide a simpler abstraction on top of this before making it...
Uhm so it's like an inversion of control actually, I mean, usually you have: useMutation + updateCache But you're proposing: useQuery + useMutationListener After thinking about it... I think it's...
Well, the example above is fine! I mean, if right now we can already update the cache like that, I would maybe document it. If we want to update the...
> I've never used them, but until you can hook into some events I think is doable. @gdorsi Hopefully these examples could help. It's a _really_ simple react app to...
Are this new changes/tests also covering https://github.com/facebook/jest/issues/13466 ?
Hi, sorry for the delay! Just saw this one for the first time... I'll try to investigate as soon as I can; sorry but I'm quiet busy recently... But wow,...
👋 Hi! Great question... we're trying to port an already working command to pastel (create-pastel-app) and we were struggling with the same... I think it would be great if this...
Hi @watson, Do you think it would be possible to integrate apm right now with an app that's using this lib (both client and server)? https://github.com/apollographql/subscriptions-transport-ws We are already starting...