Hello @SrittamMishra,
To resolve this consider using cachebust: true
option in your graphql query
e.g.
query {
cartStaging(options: { cachebust:true}) {
content
}
}
Hello @SrittamMishra,
To resolve this consider using cachebust: true
option in your graphql query
e.g.
query {
cartStaging(options: { cachebust:true}) {
content
}
}