nuxt-urql
nuxt-urql copied to clipboard
Nuxt URQL module
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/gbicou/nuxt-urql). ## Awaiting Schedule The following updates are...
Hi there, after updating from `1.11.1` to `1.11.2` passing variables as reactive values seems broken ```ts const testSearchQ = ref('test'); const { data: searchData, executeQuery } = useQuery({ query: SearchSuggestDocument,...
Hi I have sucessfully setup urql in nuxt3 with a customized urql.config.ts like so: ```ts import { fetchExchange, subscriptionExchange } from '@urql/core' import { cacheExchange } from '@urql/exchange-graphcache' import {...