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

Enable `assumeImmutableResults` in security_configuration index

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/331276
It enables `assumeImmutableResults` in the security_configuration index
parent b8376928
...@@ -14,7 +14,7 @@ export const initSecurityConfiguration = (el) => { ...@@ -14,7 +14,7 @@ export const initSecurityConfiguration = (el) => {
Vue.use(VueApollo); Vue.use(VueApollo);
const apolloProvider = new VueApollo({ const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(), defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
}); });
const { const {
......
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