I have an Integration Field (using Custom API through push) on a Custom Type.
Although the push works fine, I only get the updated data if I enter the document and do any changes, so I can save and publish it. Otherwise, if the document doesn't change, it seems the integration data remains a cached version.
This feels like a bug as I want to update the pricing of several products using the Integration Field and without editing all of its pages.
Is this actually how's supposed to work, am I doing something wrong or is it a bug?
I'm using
"gatsby": "^3.10.2",
"gatsby-source-prismic": "^4.0.2",
"prismic-reactjs": "^1.3.4",
"prismic-cli": "^4.0.7",
Thanks!