Skip to content

Commit e6d68ca

Browse files
author
Guillaume Chau
committed
feat(ui): allow partial GraphQL results
1 parent 3ebb104 commit e6d68ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vue/cli-ui/src/vue-apollo.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const apolloProvider = new VueApollo({
3737
defaultClient: apolloClient,
3838
defaultOptions: {
3939
$query: {
40-
fetchPolicy: 'cache-and-network'
40+
fetchPolicy: 'cache-and-network',
41+
errorPolicy: 'all'
4142
}
4243
},
4344
watchLoading (state, mod) {

0 commit comments

Comments
 (0)