-
**Describe the bug**
I have a nuxt application that sets up and provides the `apolloClient` (see `defineNuxtPlugin` below)
Then I have a vue component that comes from an installed dependency.
That…
-
**Is your feature request related to a problem? Please describe.**
Currently, the [TypeScript Vue Apollo](https://graphql-code-generator.com/docs/plugins/typescript-vue-apollo) imports [@vue/compos…
-
Hi!
Great work on an awesome project! Do you have any plans on using vue-apollo with this project? I wonder if it could replace vue-meteor-tracker maybe. I am thinking of replacing vue-meteor-trac…
nilsi updated
7 years ago
-
I am using 3.0.0-beta.28.
If a graphql query is rejected with (e.g. network) errors, i want to render an error message in the component that initiated the query. This works fine on the client side …
ulich updated
1 month ago
-
Error on Queries tab:
```
ApolloError: Failed to execute 'postMessage' on 'Window': # could not be cloned.
ApolloError
at new t (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.j…
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
## Currently
Today, when using the `meteor create` command, we can only add one flag in the command, making the following command impossible:
```bash
meteor create vue-app --vue --typescript
…
-
Version 3.0.0-beta.25
I'm trying to fetchMore results from server, howerver, the new records are duplicated.
I have a list:
**A,B,C**
I'm using fetchMore to load **D,E,F**.
The server response …
-
I must be missing something obvious or simple, but I just cannot figure out how to get the graphql server to run over https.
I made a test app using Vue CLI 3 (vue create test-app). I add vue-apol…
-
**Describe the bug**
Updating variables does not trigger refetching data in vue-composable as described here: https://v4.apollo.vuejs.org/guide-composable/query.html#variables-ref.
I tried updati…