how to cancel pending graphql when destroy page / component in vue / nuxtjs?

Viewed 71

I want to cancel all pending graphQL when I am changing the page. I have tried with apollo skipAllQueries, skipAllSubscriptions, skipAll not working. Does anyone know how to do it? example

0 Answers
Related