I’m an Apollo newbie here so forgive my ignorance.
I am looking the the apolloClient fetch policy and it indicate that using cache-first
fetch policy prioritize serving query results from cache. So:
- Does this mean it will not be invalidated until the user does so?
- Is there a way to set the fetch policy to be
cache-first
and invalidate cache objects (query results) after a TTL (some time) has elapsed?