Change default fetch policy

This commit is contained in:
Douglas Barone 2021-01-27 16:12:44 -04:00
parent d0de4ffe9f
commit 6d190bcc71

View File

@ -64,7 +64,7 @@ export function createProvider(options = {}) {
defaultClient: apolloClient, defaultClient: apolloClient,
defaultOptions: { defaultOptions: {
$query: { $query: {
// fetchPolicy: 'cache-and-network', fetchPolicy: 'cache-and-network'
} }
}, },
errorHandler(error) { errorHandler(error) {