From 6d190bcc71442eaa3467e8e009621bc23d3ba66c Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Wed, 27 Jan 2021 16:12:44 -0400 Subject: [PATCH] Change default fetch policy --- web/src/plugins/vue-apollo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/plugins/vue-apollo.js b/web/src/plugins/vue-apollo.js index 5dfb4ed..ef7aa46 100755 --- a/web/src/plugins/vue-apollo.js +++ b/web/src/plugins/vue-apollo.js @@ -64,7 +64,7 @@ export function createProvider(options = {}) { defaultClient: apolloClient, defaultOptions: { $query: { - // fetchPolicy: 'cache-and-network', + fetchPolicy: 'cache-and-network' } }, errorHandler(error) {