Commit 284abf7b authored by Savas Vedova's avatar Savas Vedova

Merge branch 'jnnkl-immutable-jira-issues' into 'master'

Enable `assumeImmutableResults` on the Projects Issue tracker

See merge request gitlab-org/gitlab!68372
parents 8252444c 577b3890
......@@ -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