Not receiving updated responce from Graphql

Hello @SrittamMishra,

To resolve this consider using cachebust: true option in your graphql query

e.g.

query {
     cartStaging(options: { cachebust:true}) {
       content
     }
}