-
The graphql-client function `restartWebsockets` is called during the `onLogin` and `onLogout` functions provided by the `vue-apollo.js` template in order to update the authentication header of the Web…
-
**Describe the bug**
When using `onResult` the hook is called while the query is still loading and contains no data. This is a change from previous behaviour, is this intended?
**To Reproduce**
…
-
version 0.20.0
When wsEndpoint is added to the _createProvider_ configuration this error is returned
`Uncaught DOMException: Failed to construct 'WebSocket': The URL 'undefined' is invalid.`
![…
-
**Describe the bug**
On upgrading to Vue^2.7 and @vue/apollo-composable^4.0.0-alpha.19:
- The `useQuery` composable does not re-trigger on changes to the query variables argument, when the variable…
-
**Describe the bug**
In the docs it's stated that you can either directly pass variables to `useMutation` or pass them once you call the resulting `mutate` function.
With Typescript, as soon as …
-
**Describe the bug**
With Vue 2.7 the `useQueryLoading()` composable (and probably `useMutationLoading()` and `useSubscriptionLoading()`) is not getting updated (it stays false).
**To Reproduce**
…
-
Hi,
If I refresh the page vue-apollo seems to be stuck in a loading state, never resolving even after there is a network response from the server. I even tried with turning the server off so it wo…
-
**Describe the bug**
Fragments are displaying as empty in queries
**To Reproduce**
1. Make this query to https://demo.saleor.io/graphql/
```js
const {
result,
loading,
error,
} = useQ…
-
As far as I add apollo to my project, re-compile time on code updates in development mode via `vue-cli-service serve` gets significantly slower - from sth. about 2 seconds to about 40 seconds. Are the…
-
**Describe the bug**
When using debounce as a function, debounce is actually not called
**To Reproduce**
Steps to reproduce the behavior:
1. Add a query to a vue component
2. Add debounce opti…