Apollo GraphQL,有没有办法在查询期间操纵正在写入缓存的数据?

Apollo GraphQL, is there a way to manipulate the data that is being written to the cache during querying?

根据 Apollo GraphQL 文档,Apollo 链接可以朝两个方向发展 - 客户端 -> 服务器和服务器 -> 客户端:

但是,我无法找到有关从服务器 -> 客户端链接的文档或示例。我的目标是捕获并解析将要存储在缓存中的传入数据。这样,我就可以从缓存中读取自定义的解析数据。有可能实现吗?

您可以在此处找到后续示例: https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-http#afterware-data-manipulation