apollo
apollo copied to clipboard
Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
### Version [v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19) ### Steps to reproduce I don't know what is wrong :/ I tried to get data in nuxtServerInit this is my store/index.js ``` import headerMenuGql from "~/gql/headerMenu.gql";...
### Version [v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19) ### Reproduction link [https://github.com/chriscalo/nuxt-apollo-polling](https://github.com/chriscalo/nuxt-apollo-polling) ### Steps to reproduce 1. Create Nuxt app (`yarn create nuxt-app nuxt-apollo-polling`) 2. Add `@nuxtjs/apollo` and create basic graphql server 3. Add graphql...
### Version [v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19) ### Reproduction link [https://github.com/pachiraDIG/hub](https://github.com/pachiraDIG/hub) ### Steps to reproduce [Repo][1] After several hours, I can't seem to pinpoint the cause of this error when running a query. Config...
### Version [v4.0.0-rc.18](https://github.com/apollo-module/releases/tag/v4.0.0-rc.18) ### Reproduction link [https://codesandbox.io/s/nuxt-apollo-ssr-production-t4ytk](https://codesandbox.io/s/nuxt-apollo-ssr-production-t4ytk) ### Steps to reproduce Difficult to provide exact steps for reproducing the issue, as it only happens with universal mode (ssr) and when...
### What problem does this feature solve? If i use a watcher loading in my apollo config, this watcher is called every time i made a query. It's great if...
This PR adds support for custom globalName inside `nuxt.config`. By default, the globalName is `nuxt`, which is being converted to: `__nuxt` and `__NUXT__`. However, in my case, I chose a...
### Version [v4.0.0-rc.19](https://github.com/apollo-module/releases/tag/v4.0.0-rc.19) ### Reproduction link [http://localhost:3000](http://localhost:3000) ### Steps to reproduce clone project. run ```npm run dev4``` open dev tools -> network tab. Notice error index.js?cf67:111 POST http://localhost:3000/graphql 404 (Not...
### What problem does this feature solve? ApolloClient use httpEndpoint before the websocket is not connected. ### What does the proposed changes look like? Please create a force mode for...
### What problem does this feature solve? how to use Apollo local state management? any examples? Let's say I want to create Apollo Local UI Cache State management. I our...
### Version [v4.0.0-rc.12](https://github.com/apollo-module/releases/tag/v4.0.0-rc.12) ### Reproduction link [nuxt-apollo-middleware](https://codesandbox.io/s/nuxt-apollo-middleware-bug-557bk) ### Steps to reproduce Install apollo-module for Nuxt; Use a query from 'apollo' in a middle-ware. ### What is expected ? The HTML...