Apollo browser cache

Hi,

I might be doing something wrong, but I’m having problems with stale data when using the graphql endpoint in Prismic via apollo using apollo-link-prismic.

If I set the fetchPolicy on useQuery to 'no-cache' then using the Apollo dev tool in Chrome, I can see that the Apollo cache is empty but I’m still receiving cached disk responses according the chrome inspector, is this likely coming from the browser cache even though I’ve disabled the Apollo cache? Any way round this?

I’m not sure if it’s Apollo, the prismic plugin, or something else… any help would be greatly appreciated!

Cheers,
Paul