frandiox/vitesse-ssr-template

Add Apollo

Closed this issue · 2 comments

Hello,

I have trouble adding VueApollo.
I am quite new to Vue3.

Thanks in advanced.

Hello! Vue-Apollo for Vue 3 is in alpha version and has some bugs, so I'm not sure if it works well.

That said, you can see an example here: https://github.com/frandiox/vite-ssr/blob/vue-apollo/examples/vue-apollo/src/main.js

It won't await for the queries in SSR automatically due to a vue-apollo bug, but you can make your own workaround until that package is fixed I guess: vuejs/apollo#1100

Otherwise, you might be more lucky with urql client.

@frandiox oh wow. Thanks for your reply. I owe you! :)