Skip to content
Snippets Groups Projects
Commit bd8bb160 authored by Vitaly Slobodin's avatar Vitaly Slobodin
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,5 +5,5 @@ import createDefaultClient from '~/lib/graphql';
Vue.use(VueApollo);
 
export default new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment