Commit 577b3890 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` on the Projects Issue tracker

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338433
It enables `assumeImmutableResults` on the Projects Issue tracker.
parent a97b0d49
......@@ -24,8 +24,7 @@ export function mountJiraIssuesListApp() {
}
Vue.use(VueApollo);
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