diff --git a/src/smart-apollo.js b/src/smart-apollo.js index 8a192fa..0816e8d 100644 --- a/src/smart-apollo.js +++ b/src/smart-apollo.js @@ -171,7 +171,7 @@ export default class SmartApollo { catchError (error) { addGqlError(error) - const catched = this.errorHandler(error) + const catched = this.errorHandler(error, this.vm, this.key, this.type) if (catched) return