Skip to content

Commit

Permalink
feat(ui): allow partial GraphQL results
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 17, 2018
1 parent 3ebb104 commit e6d68ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli-ui/src/vue-apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export const apolloProvider = new VueApollo({
defaultClient: apolloClient,
defaultOptions: {
$query: {
fetchPolicy: 'cache-and-network'
fetchPolicy: 'cache-and-network',
errorPolicy: 'all'
}
},
watchLoading (state, mod) {
Expand Down

0 comments on commit e6d68ca

Please sign in to comment.