Skip to content
Snippets Groups Projects
Commit 19c0ea38 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '810-change-default-apollo-network-policy-to-cache-and-network' into 'release-3.0'

Resolve "Change default Apollo network policy to cache-and-network"

See merge request !1194
parents 65919622 09a43199
No related branches found
No related tags found
3 merge requests!1237Release 3.0,!1194Resolve "Change default Apollo network policy to cache-and-network",!1183Release 3.0
Pipeline #116121 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Changed
~~~~~~~
* Change default network policy of the Apollo client to `cache-and-network`.
Fixed
~~~~~
......
......@@ -90,6 +90,7 @@ const apolloOpts = {
vm.$root.offline = true;
}
},
fetchPolicy: "cache-and-network",
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment