I've set up vue-apollo following the instructions in the apollo.config.js file from this guide: (I'm using VSCode).
Now, I want to configure the InMemoryCache
to exclude the typeName
(addTypename: false
) like it's explained here: https://www.apollographql.com/docs/react/advanced/caching/#configuration
Can this be done within the apollo.config.js file? Or do I need to manually configure it without relying on that file?