如何配置vue apollo InMemoryCache

时间:2019-08-16 10:13:57

标签: javascript vue.js vuejs2 apollo vue-apollo

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

现在,我需要配置InMemoryCache来不添加typeNameaddTypename: false),如此处所述:https://www.apollographql.com/docs/react/advanced/caching/#configuration

如何在apollo.config.js中执行此操作?那里可能吗?我需要没有此配置文件的手动配置吗?

1 个答案:

答案 0 :(得分:0)

在这里找到答案:https://www.apollographql.com/docs/references/apollo-config/#clientaddtypename

client: {
    addTypename: false,