We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inMemoryCacheOptions
1 parent b6984d9 commit ac8b2b3Copy full SHA for ac8b2b3
packages/@vue/cli-ui/src/vue-apollo.js
@@ -24,6 +24,7 @@ if (typeof endpoint === 'undefined') {
24
25
// Config
26
const options = {
27
+ inMemoryCacheOptions: {},
28
wsEndpoint: endpoint,
29
persisting: false,
30
websocketsOnly: true,
0 commit comments