In Apollo 2, you could react to <changes to the ca...
# apollo-kotlin
n
In Apollo 2, you could react to changes to the cache. What’s the best way to do this with Apollo3? Is it:
Copy code
apolloClient.watch(MyQuery())
?
👌 1
m
Yes it is!
n
woah thats niceeee!!
thanks 🙂