-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] example with Nuxt.js #19
Comments
Hi @frankspin89 there are couple of discussions about apollo and vue/nuxt. You might need to wait untill Nuxt 1.x is finalized with an working example of vue-apollo. You can find the discussion here: |
@dohomi thanks! I started to implement the approach of Pier. The basics are working fine for me. Had to disable subscriptions on the server side. |
@frankspin89 yes I am using subscriptions only on the client side: nuxt/nuxt#984 I also couldn't require ws on the server side |
@dohomi Do you also have to use fetchPolicy: 'network-only' to load new data correctly? |
@frankspin89 no that I only had to use on vue-apollo, but I removed that from my project. With vanilla apollo I do:
|
thee is this nuxt/nuxt#1160 and this nuxt/nuxt#1161 now |
That's awesome, thanks @vuchl! |
an official example came out now for rc2: https://github.com/nuxt/nuxt.js/tree/dev/examples/vue-apollo |
yes the newly release |
Maybe i'm missing something but the new release seems far from complete? Don't see a option to authenticate requests with a bearer token? And it's lacking a implementation to use subscriptions? |
it's just a simple example of how to integrate the vue-apollo plugin as a module in nuxt. Detailed Auth examples and mutations are not yet in. |
Here's a great Nuxt example: https://www.graph.cool/forum/t/nuxt-js-apollo-website-for-sharing-codes/545?u=nilan :) Thanks to @Samuell1 for working on that! 🎉 |
Any update on this? Tnx |
I'd recommend to use https://github.com/nuxt-community/apollo-module |
@sebastianmacias @dohomi @frankspin89 Although pretty late but I had built a blog using node+nuxt+graphQL(apollo)+sequelize here |
Would be awesome to see an example to use Graph.cool with Nuxt.js.
I"m curious to see how to implement GraphQL with Server Side rendering
The text was updated successfully, but these errors were encountered: