代码之家  ›  专栏  ›  技术社区  ›  Robert Niestroj

如何在MemoryCache中配置vue apollo

  •  0
  • Robert Niestroj  · 技术社区  · 5 年前

    我使用的是vue apollo,并使用apollo.config.js文件进行了配置,如下所述: https://vue-apollo.netlify.com/guide/installation.html#ide-integration (我使用VSCode)。

    现在我需要配置 InMemoryCache 不添加 typeName ( addTypename: false )如下所述: https://www.apollographql.com/docs/react/advanced/caching/#configuration

    在apollo.config.js中,我如何做到这一点?这在那里有可能吗?我需要在没有这个配置文件的情况下手动配置它吗?

    0 回复  |  直到 5 年前
        1
  •  0
  •   Robert Niestroj    5 年前