Skip to content

Issue641 cache hard refresh fix

Vignesh Devendran requested to merge issue641-cache-hard-refresh-fix into main
  • #641 hard refresh issue
  • Fixed the hard refresh issue, as graphql was using cache-first fetch policy by default, this page required a different fetch policy cache-and-network for the required flow to work.

Merge request reports