Commit b26d5c03 authored by Stanislav Lashmanov's avatar Stanislav Lashmanov

Enable assumeImmutableResults in mount_runner_instructions

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/338439
parent 9c0bc23b
......@@ -9,7 +9,12 @@ export function initInstallRunner(componentId = 'js-install-runner') {
const installRunnerEl = document.getElementById(componentId);
if (installRunnerEl) {
const defaultClient = createDefaultClient();
const defaultClient = createDefaultClient(
{},
{
assumeImmutableResults: true,
},
);
const apolloProvider = new VueApollo({
defaultClient,
......
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