apollo icon indicating copy to clipboard operation
apollo copied to clipboard

how use ssr with @vue/apollo-composable

Open Rasool-deldar opened this issue 3 years ago • 1 comments

Please advise how to use ssr using the @ vue / apollo-composable package. Now ssr does not work with the following method.

not work ssr
useQuery(
Test,
{},
{
prefetch: true,
}
);

@nuxtjs/apollo": "^4.0.1-rc.5", "@nuxtjs/composition-api": "^0.21.0", "@vue/apollo-composable": "^4.0.0-alpha.12"

link test - https://codesandbox.io/s/falling-glitter-t4ko2?file=/pages/index.vue:848-938

Rasool-deldar avatar Mar 23 '21 17:03 Rasool-deldar