I am using apollo graphql in my react application. Say I have the following query:
query ListQuery($filter: String!) { items(filter: $filter) { id n
Try this:
query ListQuery($filter: String!) { items(filter: $filter) { id name } }, fetchPolicy: 'no-cache'
More here: https://www.apollographql.com/docs/react/caching/cache-interaction/#bypassing-the-cache