Commit 4153677f authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` on the cluster Agent List

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/338563
It enables `assumeImmutableResults` on the cluster Agent List.
parent d6abefe0
......@@ -8,7 +8,7 @@ export default (Vue, VueApollo) => {
return null;
}
const defaultClient = createDefaultClient();
const defaultClient = createDefaultClient({}, { assumeImmutableResults: true });
const {
emptyStateImage,
......
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