GraphQL prefetching on Vue

Regarding GraphQL doc (Moovweb XDN Documentation - Prefetching) point 6, we only have a solution for React apps to add GraphQL links, but not for Vue. Any plans to add that support for Vue?

cc: @howie.ross

It’s basically a matter of creating the right GET url to prefetch, then passing that to the Prefetch component from @xdn/vue. If you’re using apollo, you should be able to do that using @xdn/apollo.

https://developer.moovweb.com/guides/prefetching#section_graphql