Commit 453c80ea authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in environment list

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338428
It enables `assumeImmutableResults` in the environment list.
parent 0ce52132
...@@ -9,7 +9,7 @@ Vue.use(Translate); ...@@ -9,7 +9,7 @@ Vue.use(Translate);
Vue.use(VueApollo); Vue.use(VueApollo);
const apolloProvider = new VueApollo({ const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(), defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
}); });
export default () => { 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