Commit e96d7e7d authored by Thomas Randolph's avatar Thomas Randolph

Use assumeImmutableResults when starting the MR Show page Status Box

parent f067ea1b
......@@ -29,7 +29,10 @@ export default function initMergeRequestShow() {
}
const el = document.querySelector('.js-mr-status-box');
const apolloProvider = new VueApollo({ defaultClient: createDefaultClient() });
const apolloProvider = new VueApollo({
assumeImmutableResults: true,
defaultClient: createDefaultClient(),
});
// eslint-disable-next-line no-new
new Vue({
el,
......
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