Hello everyone, I’ve encountered an issue with dynamic fields while experimenting with retrieving structured puzzle data from a source akin to the spellbeegame platform. When new puzzle nodes are added, apollo begins to return incomplete or stale data unless I manually reset the cache. at first, some of the queries function properly.
Has anyone else encountered problems with node structures that change quickly? Could this have to do with type policy configurations, missing id fields, or cache normalisation? Additionally, I want to know if there is a more dependable way to deal with dynamic content updates or if using fetchPolicy: “network-only” is actually the best strategy.
I’d be interested in learning what tactics other people have employed for comparable interactive or regularly updated data.