diff --git a/packages/vue-apollo/src/smart-query.js b/packages/vue-apollo/src/smart-query.js index 33ffac78..503a7f70 100644 --- a/packages/vue-apollo/src/smart-query.js +++ b/packages/vue-apollo/src/smart-query.js @@ -157,7 +157,7 @@ export default class SmartQuery extends SmartApollo { const anyErrors = errors && errors.length if (error || anyErrors) { - this.firstRunReject() + this.firstRunReject(error) } if (!loading) {