Commit 1b78ee8d authored by Stanislav Lashmanov's avatar Stanislav Lashmanov

Enable assumeImmutableResults in releases

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/338443
parent 9c0bc23b
......@@ -6,7 +6,12 @@ import ReleaseShowApp from './components/app_show.vue';
Vue.use(VueApollo);
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient(
{},
{
assumeImmutableResults: true,
},
),
});
export default () => {
......
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