Commit 6e014749 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in group repo analytics

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338560
It enables `assumeImmutableResults` in the group repo analytics.
parent fccce8ff
......@@ -6,7 +6,7 @@ import GroupRepositoryAnalytics from './components/group_repository_analytics.vu
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