Commit b2539141 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jnnkl-immutable-group-ci-analytics' into 'master'

Enable `assumeImmutableResults` in group ci_cd analytics

See merge request gitlab-org/gitlab!68630
parents 04a281bc a3605315
......@@ -7,7 +7,7 @@ import CiCdAnalyticsApp from './components/app.vue';
Vue.use(VueApollo);
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
});
export default () => {
......
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