-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v21.7.2
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Mana…
-
**Describe the bug**
This is related to this [issue](https://github.com/nuxt/nuxt/pull/28542), I'm getting typescript error when using auto-imported functions in templates.
**To Reproduce**
Examp…
-
**Describe the bug**
I am using Vue 3 (`vue@3.4.18`) in my project. When upgrading to `@vue/apollo-composable@4.0.1` I got the following peer dependency error saying Vue 3 was causing a peer depend…
-
安装 "apollo-node-client": "^1.4.3",无法正常获取apollo配置, "apollo-node-client"已安装,程序里面有./node_modules/apollo-node-client/dist/lib/access文件,具体错误信息:
Error: Cannot find module './lib/access'
at webpackEmpt…
-
**Describe the bug**
I have created a composition function of car.
```
const {
load: loadCarByPk,
onResult: onResultCarByPk,
onError: onErrorCarByPk,
refetch: refetchCarByPk,
…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.15.0`
- Nuxt Version: `3.12.4`
- CLI Version: `3.12.0`
- Nitro Version: `2.9.7`
- Package Manager: `pnpm@9.5.0`…
-
**Describe the bug**
Is it possible to use field policies / local only fields with vue-apollo?
https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/
**Version…
-
Hi, I'm looking to integrate these things:
- `vue`
- `vuex`
- `apollo`
Is it right to assume I need to use `vue-supply` + `vue-apollo` for this? Ou just `vue-supply` will be enough?
I've a…
-
I expect to be able to make queries inside a pinia setup store as per https://github.com/vuejs/apollo/issues/1505.
When I run the code below, however, result stays undefined. I can see from the wat…
-
### Issue Description
The code is in vue.js.
I have created a composition function of car.
```
const {
load: loadCarByPk,
onResult: onResultCarByPk,
onError: onErrorCarByPk,
…