diff --git a/client/src/App/App.container.jsx b/client/src/App/App.container.jsx index 752978b44..5f2f95e72 100644 --- a/client/src/App/App.container.jsx +++ b/client/src/App/App.container.jsx @@ -54,7 +54,17 @@ class AppContainer extends Component { link: ApolloLink.from(middlewares), cache, typeDefs, - resolvers + resolvers, + defaultOptions: { + watchQuery: { + fetchPolicy: "cache-and-network", + errorPolicy: "ignore" + }, + query: { + fetchPolicy: "network-only", + errorPolicy: "all" + } + } }); client.writeData({