Keith Mifsud
Keith Mifsud
> > The cache doesn't work though. Every query is network-only. > > 1. `npm i -D @apollo/client @nuxtjs/apollo@next @vue/apollo-composable --legacy-peer-deps` > **Important:** `--legacy-peer-deps` because one of the pakages wants...
> How to get smth like 'loading' from useAsyncQuery in @nuxtjs/apollo@next? 'pending' is not enough I think useAsyncQuery is best for SSR https://apollo.nuxtjs.org/getting-started/composables#usequery Thus there's no need for `loading`. On...
> > ```js > > await useQuery > > ``` > > but I find this info [#1219 (comment)](https://github.com/vuejs/apollo/issues/1219#issuecomment-981130424) > > so my target is to get loading status while...
Thank you for reporting this @qitianshi. We may be able to support more entities if we upgrade the Nokogiri dependency. I'd appreciate it if someone can help. If so, please...
> Why does enabling the plugin change the HTML jekyll produces before the plugin has processed anything? Not sure how you came to this conclusion. I suggest adding a test;...
Hi @itsmevictor and @lucius-asclepius, We did try (several times now) to get the plugin approved by GitHub and added to the whitelist. Unfortunately, we never received a reply. You'll need...
Hi @prplecake ..thank for the PR. Some check are not passing and
Hi guys. The URL in the config is required for this plugin to work. Thanks
In case it helps anyone. To get `useQuery()` working which wasn't when I was on Node v16,: I switched to Node v18, deleted `node_modules`, and deleted `package-lock.json` and ran `npm...
+ 1 Same issue and cannot see the Apollo dev tools either.