Skip to content
Snippets Groups Projects
Commit 2c247a3d authored by Dheeraj Joshi's avatar Dheeraj Joshi
Browse files

Enable assumeImmutableResults in DAST Scanner Profiles

Set assumeImmutableResults to true in the Apollo provider
for DAST Scanner Profiles, refer
https://gitlab.com/groups/gitlab-org/-/epics/6025
parent 31462b14
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