Commit 662f40e0 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in security_configuration provider

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/331281
It enables `assumeImmutableResults` in the security_configuration provider.
parent 184cd5cd
......@@ -5,5 +5,6 @@ import createDefaultClient from '~/lib/graphql';
Vue.use(VueApollo);
export default new VueApollo({
assumeImmutableResults: true,
defaultClient: createDefaultClient(),
});
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