We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after creating the ApolloClient with the cache from apollo-cache-policies, I don't know how to verify if the cache ttl is actually working.
apollo-cache-policies
Can anyone share how to verify it?
The text was updated successfully, but these errors were encountered:
Yea so you can check the networkStatus field returned in your code returned by the client fetch alongside the data response. Talks about it here: https://www.apollographql.com/docs/react/data/queries/#inspecting-loading-states
Sorry, something went wrong.
No branches or pull requests
after creating the ApolloClient with the cache from
apollo-cache-policies
, I don't know how to verify if the cache ttl is actually working.Can anyone share how to verify it?
The text was updated successfully, but these errors were encountered: