Commit bd8bb160 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'djadmin-graphql-immutable-scanner-profiles' into 'master'

Enable assumeImmutableResults in DAST Scanner Profiles

See merge request gitlab-org/gitlab!68726
parents 80e26dbe 2c247a3d
......@@ -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