-
**Describe the bug**
Typed schema generated with `typescript-urql-graphcache` plugin doesn't preserve `typesPrefix` case (e.g. 'GQL' -> becomes 'Gql'):
**To Reproduce**
Steps to reproduce the beh…
-
I am wondering whether this project is up for adoption. Several of the long-standing issues have been fixed in open PRs but haven't been addressed from maintainer-side and the project hasn't seen any …
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- [ ] 1…
-
Instead of having manual cache update handlers, we can just make sure the mutation fetches the important UI stuff, so the cache is updated automatically.
-
My team is trying to use `@live` queries in our front-end, which uses Urql, as we transition to the Graph Network from our self-hosted subgraph, which supports `subscriptions`.
We have tried to fo…
-
First of all, love the Urql Devtools! I've discovered a minor issue. The devtools do not refresh when the client is completely recreated. My use case for doing this is on user logout for security p…
-
### Issue workflow progress
- [x] 1. The issue provides a reproduction: https://github.com/matthew-petrie/graphql-code-generator-issue-sandbox-template
- [x] 2. A failing test has been provided (s…
-
`npm i graphql urql`
avec ca tu peux fetcher précisemment ce que tu veux, et par example les 250 premiers produits
```jsx
import { createClient, Provider } from 'urql'
const client = createC…
-
### Describe the bug
The generated `useQuery` hooks only specify one of the two generics. The second one, which is currently missing, defines the argument type for the query and is needed when access…
-
First of all thanks for creating this! It's great to be able to play with nuxt 3 and graphql.
In latest version of nuxt 3, I receive the following warning in VScode terminal after running yarn dev.…