In your case, you can use the apollo’s method
client.resetStore();
It will clear the previous cache and then load the active queries.
In your case, you can use the apollo’s method
client.resetStore();
It will clear the previous cache and then load the active queries.