Closed filiphazardous closed 8 months ago
Variables passed as ref are not passed along to apollo
unref is called on variables in src/runtime/composables.ts
variables
Just look at the diff in this PR: https://github.com/nuxt-modules/apollo/pull/601
Since we already pass the variables to useAsyncData watch, I guess we want to support this use case?
No response
Environment
Build Modules: -
Describe the bug
Variables passed as ref are not passed along to apollo
Expected behaviour
unref is called on
variables
in src/runtime/composables.tsReproduction
Just look at the diff in this PR: https://github.com/nuxt-modules/apollo/pull/601
Additional context
Since we already pass the variables to useAsyncData watch, I guess we want to support this use case?
Logs
No response