Commit b6bcd767 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '13231-apollo-discussion-caching' into 'master'

Makes the network policy, "fetch only" for designs

See merge request gitlab-org/gitlab!20374
parents 0a7b8576 b5dcf662
---
title: Removes caching for design tab discusisons
merge_request: 20374
author:
type: changed
...@@ -57,6 +57,7 @@ export default { ...@@ -57,6 +57,7 @@ export default {
}, },
design: { design: {
query: getDesignQuery, query: getDesignQuery,
fetchPolicy: 'network-only',
variables() { variables() {
return this.designVariables; return this.designVariables;
}, },
......
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