Closed
Description
Describe the bug
the error didnot throw up to Vue,because method catchError in smart-query.js:
catchError (error) {
super.catchError(error)
this.firstRunReject()
this.loadingDone(error)
this.nextResult(this.observer.currentResult())
// The observable closes the sub if an error occurs
this.resubscribeToQuery()
}
this.firstRunReject() no error
Versions
vue-apollo:3.0.2