如何与服务器同步以便中继存储是最新的?

How do I sync with the server so that the relay store is up to date?

假设我正在使用第三方 API 服务上传图片。

上传图片后,我应该为新图片更新当前可见的中继状态 url。

在数据发生变化后与服务器同步的最佳方式是什么,而不是通过中继完成。

一旦数据位于中继在后端使用的数据存储中,您就可以使用 forceFetch 重新获取容器中的所有片段。

https://facebook.github.io/relay/docs/api-reference-relay-container.html#forcefetch