Commit 0d0189d6 authored by elcordova's avatar elcordova Committed by Natalia Tepluhina

change default assumeImmutableResults

parent c430f6b7
......@@ -16,7 +16,7 @@ export default function initTestCaseShow({ mountPointSelector }) {
}
const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(),
defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
});
const sidebarOptions = JSON.parse(el.dataset.sidebarOptions);
......
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