-
**Describe the bug**
I add Apollo client in main.ts, like this:
```
const app = createApp(App);
// HTTP connection to the API
let url = import.meta.env.VITE_NODE_API + '/graphql';
cons…
-
[View Post on Blog](https://allanchain.github.io/blog/post/vue-iblog)
*This post was originally created at 2020-04-24*
> Some tricks when using vue-apollo to communicate with GitHub API v4
![…
-
**Describe the bug**
I'm trying to update our dependencies to use the latest version of graphql and apollo client, but I can't find a way to do this with `vue-apollo`.
Currently if I update graphq…
-
**Describe the bug**
It seems that `subscribeToMore` is called twice when a query and a subscription both depend on a reactive variable.
**To Reproduce**
Example:
```ts
const a = ref(1)
cons…
-
apolloClient.js:
`
import Vue from 'vue'
import { ApolloClient } from 'apollo-client'
import { HttpLink, createHttpLink } from 'apollo-link-http'
import { WebSocketLink } from 'apollo-link-ws'
i…
-
The `@graphql-codegen/typescript-vue-apollo-smart-ops` plugin does not use type-online imports for `vueAppTypeImportFrom` and `vueApolloErrorTypeImportFrom` when `useTypeImports` is set to `true`.
-
## 🌟 EPIC
By going through the different directories and executing ``yarn upgrade``, got the following warnings & errors:
### Admin:
babel-preset-env:
- **warning babel-preset-env > …
-
I get a console error: `[Vue warn]: Error in callback for watcher "function () { [native code] }": "TypeError: this.observer.currentResult is not a function"
` for each smart query I use in my appli…
-
E2E tests throw an error originating in **vue-cli-plugin-apollo/index.js:58**
It would seem cypress does not understand spread syntax.
### Current behavior:
Tests failed because of unknown synt…
-
Am running into a couple errors when using Vue Apollo in IE (in Chrome everything runs smoothly):
1. Right now I'm getting an error in IE when removing a Vue component that is using vue-apollo. Spe…