How to optionally turn off Apollo caching – Reactjs
What I need is to NOT cach the data if Query has a specific parameter. I have this hook for queries, it has dafault 'cache-first' value for fetchPolicy property (default Apollo behaviour): import { getItem } from 'utilities/sessionStorage'; const useStoreApolloClient…