diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7a2d9b08ac06d5cd541aefbc085b215e37e41a97..781f9fe93740960d4ff088e8aa301094d5675eb8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
 ~~~~~
 
diff --git a/aleksis/core/frontend/app/apollo.js b/aleksis/core/frontend/app/apollo.js
index c14ba118d0c4d14558f23a747a98b207067ff7b2..1b23d43fb32d402c7e802a7e892e16f70545aa0e 100644
--- a/aleksis/core/frontend/app/apollo.js
+++ b/aleksis/core/frontend/app/apollo.js
@@ -90,6 +90,7 @@ const apolloOpts = {
           vm.$root.offline = true;
         }
       },
+      fetchPolicy: "cache-and-network",
     },
   },
 };