Commit d286007f authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in on demand scans provider

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