nuxt3-apollo-module icon indicating copy to clipboard operation
nuxt3-apollo-module copied to clipboard

Results 10 nuxt3-apollo-module issues
Sort by recently updated
recently updated
newest added

I have this error in nuxt3 - production build only (npm run build - > npm run preview) Works fine in dev mode (npm run dev) It probably has to...

This PR should fix: https://github.com/newbeea/nuxt3-apollo-module/issues/9 https://github.com/newbeea/nuxt3-apollo-module/issues/2 https://github.com/newbeea/nuxt3-apollo-module/issues/3

Resolve #7 Add possibility to configure Apollo cache instance. For example: ```js ... apollo: { clientConfigs: { default: { // see https://www.apollographql.com/docs/react/api/core/ApolloClient/#ApolloClient.constructor uri: "http://localhost:3000/api", cache: { // see https://www.apollographql.com/docs/react/caching/cache-configuration/#possibletypes possibleTypes...

**Problem** There is no way to neither pass cache options nor pass custom cache. **Scenario** In my particular scenario I need to pass [possibleTypes](https://www.apollographql.com/docs/react/caching/cache-configuration/#possibletypes) to cache constructor. **Proposed solutions** 1....

Disabling ssr (` ssr: false`) produces this error > Unexpected token u in JSON at position 0 commenting out this line works ```js cache.restore(JSON.parse(JSON.stringify(nuxt.payload.data["apollo-" + clientId]))); ``` ![Screenshot from 2022-07-20...

Hi, it's me again, after the last nuxt update, when I install the package it returns the error "Cannot start nuxt: Cannot find module 'nuxt3' ". Removing the package it...

https://github.com/newbeea/nuxt3-apollo-module/blob/9b029ac671a93cc5cb77acc589b4380aab2160bd/src/plugin.ts#L76 link is being overrided. it is not possible to use any other custom link option for ApolloClient

The package installs without any problems. However the moment when I start my dev server I get this error: ` ERROR Failed to resolve import "@vue/apollo-composable"`. When I look deeper...