I am using URQL as my react native graphql client. I like using the library but there doesn't seem to be an easy way to upload files selected from the expo image picker to my node server.
I did some googling, found a Ben Awad video where he uses…
Can anybody help me understand why i'm getting this error:
My setup :
New sveltekit project.
ASP.net core backend for graphql.
Querying was working before I modified it to include subscriptions.
error msg:
Cannot read property 'executeQuery' of…
I am following this tutorial → https://blog.logrocket.com/pagination-in-graphql-with-prisma-the-right-way/
In the end, there is a Load More based pagination that looks like:
I tried implementing it like:
import React from 'react'
import { useQuery…
I want to share state fetched from the backend between components, just like I would using redux. Specifically, once a user is logging in, the response he gets includes settings, notifications and recent posts. How do I distribute those across…
In one of our projects I'm using urql for graphql api calls. In other projects with RESTful api, I'm using redux to handle re-renders after each data changes.
I'm new in graphql and urql, for this case I should add redux and dispatch actions with…
Both with svelte-apollo (https://github.com/timhall/svelte-apollo/issues/19) and @urql-svelte (https://github.com/FormidableLabs/urql/issues/704) I'm having an entire list re-render instead of just an element re-render.
Reproduction steps:
go to…