I'm creating app that doesn't need data to be updated often and uses a Legacy API that has a higher response time. The default behaviour of Apollo Client is to refetch all queries on window focus. Is there a way to disable this behaviour?
I'm creating app that doesn't need data to be updated often and uses a Legacy API that has a higher response time. The default behaviour of Apollo Client is to refetch all queries on window focus. Is there a way to disable this behaviour?