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) {