我正在使用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 :(得分:0)
在这里找到答案:https://www.apollographql.com/docs/references/apollo-config/#clientaddtypename
client: {
addTypename: false,