Vít Kološ
Results
2
comments of
Vít Kološ
@rnenjoy I managed to migrate my project without this package (only using vue/apollo) – and it seems to work. This is my `plugins/apollo.js` file. ```js import { ApolloClient, ApolloLink, InMemoryCache,...
@adamkhan I mostly use the [apollo option](https://v4.apollo.vuejs.org/guide-option/); however, `this.$apollo` is also available (even though I am not sure how that [query method](https://v4.apollo.vuejs.org/api/dollar-apollo.html#methods) really works).