apollo
apollo copied to clipboard
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
Add a (shameless) reference to two packages that I developed to make the dev experience for developing GraphQL servers with Nuxt more pleasant. I think it makes sense to have...
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.19.1` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `ssr`,...
I'm upgrading to Nuxt 3, which means upgrading to v5 of this module. Where can I find upgrade instructions? There's some for vue-apollo: https://apollo.vuejs.org/migration/ And some for upgrading to v4...
### Environment npx nuxi ### Describe the bug error @apollo/[email protected]: The engine "node" is incompatible with this module. Expected version ">=12.13.0
### Environment Hello! I'm using nuxt 3.5.2 and nuxtjs/apollo 5.0.0-alpha.6. Is it possible to call the `useAsyncQuery` method on the server side?. ### Describe the bug I've created a **js**...
### Environment - Operating System: `Darwin` - Node Version: `v18.12.0` - Nuxt Version: `3.6.5` - Nitro Version: `2.5.2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`, `app`,...
### Environment Operating System: Darwin - Node Version: v16.19.0 - Nuxt Version: 3.6.5 - Nitro Version: 2.5.2 - Package Manager: [email protected] - Builder: vite - User Config: modules, css, image,...
### Your use case I want to define caching behavior by specifying custom `merge` function in `InMemoryCache` because I am getting the following errors in console. ``` Cache data may...