apollo
apollo copied to clipboard
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
### Your use case We're upgrading to Nuxt 3 from Nuxt 2. When upgrading Nuxt Apollo, I see there's no longer any way to pass in our custom ApolloLink. We...
### Environment - Operating System: `Darwin` - Node Version: `v20.4.0` - Nuxt Version: `3.7.4` - CLI Version: `3.9.0` - Nitro Version: `2.6.3` - Package Manager: `[email protected]` - Builder: `-` -...
Update favicon from nuxt icon to apollo nuxt package icon
### Environment - Operating System: Darwin - Node Version: v18.17.1 - Nuxt Version: 3.7.4 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: - -...
### Environment I came across [different](https://github.com/nuxt-modules/apollo/issues/483) [issues](https://github.com/nuxt-modules/apollo/issues/473) [opened](https://github.com/nuxt-modules/apollo/issues/102) about what it looks to be the same problem. I have not been able to refresh the data of useAsyncQuery in any...
### Environment ------------------------------ - Operating System: Linux - Node Version: v16.17.1 - Nuxt Version: 3.7.4 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: -...
Apollo supports defining `read` & `merge` function for fields in `InMemoryCache` (https://www.apollographql.com/docs/react/caching/cache-field-behavior), which is critical for advanced caching and custom scalars. But that involves defining functions inside `inMemoryCacheOptions`. ```ts ({...
### Environment ``` Nuxi 3.5.3 7:32:45 PM 7:32:45 PM RootDir: /Users/naco/Documents/retain 7:32:45 PM Nuxt project info: (copied to clipboard) 7:32:45 PM ------------------------------ - Operating System: Darwin - Node Version: v18.16.0...
### Environment vue: 3 @nuxt/apollo: 5.0.0-alpha.6 aws-appsync: ^4.1.9 ### Describe the bug I'm migrating a project from **Nuxt 2** to **Nuxt 3**, with `@nuxtjs/apollo: 4.0.1-rc.5` to `@nuxtjs/apollo: 5.0.0-alpha.6`, and also...
For a **_Nuxt 3_** app: Is it possible to change the configuration of `httpEndpoint` and `wsEndpoint` once the application is built, using the environment variables and the runtime configuration? Is...