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 1b51835 commit cb6ca38Copy full SHA for cb6ca38
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