Skip to content
Snippets Groups Projects
Commit 96e926a7 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change default Apollo network policy

parent 2a506a0c
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 #116111 passed
......@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Changed
~~~~~~~
* Change default network policy of the Apollo client to `cache-and-network`.
`3.0b1` - 2023-02-27
--------------------
......
......@@ -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