Commit 01215b09 authored by Rishabh Gupta's avatar Rishabh Gupta Committed by Peter Hegman

Set Apollo config option `assumeImmutableResults` to `true` for CI

token access
parent 82fb07ee
......@@ -6,7 +6,7 @@ import TokenAccess from './components/token_access.vue';
Vue.use(VueApollo);
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
});
export const initTokenAccess = (containerId = 'js-ci-token-access-app') => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment