react-apollo icon indicating copy to clipboard operation
react-apollo copied to clipboard

Results 50 react-apollo issues
Sort by recently updated
recently updated
newest added

As the title says. I use Expo instead of react-scripts start. But the database does not get connected. I think Expo is ignoring the ApolloClient. How can I use Expo...

It seems that this old extension (.prisma) has been changed to graphql for v1 of Prisma and (.prisma) for v2. https://v1.prisma.io/docs/1.34/faq/prisma-vs-code-extension-fq14/

Got an error when subscribing to new links. updateQuery: (prev, { subscriptionData }) => { if (!subscriptionData.data) return prev; const newLink = subscriptionData.data.newLink; **const exists = prev.feed.links.find((link) => link.id ===...

i am following https://www.howtographql.com/react-apollo/3-mutations-creating-links/ this tutorials for this code.. in this page i am getting error. i am beginner developer. please help me out.

Website is running fine on my computer. Now I want to deploy that Website to my Android device. So I did it exactly like the [Running On Device tutorial][2] said:...

I have read all the different threads about that issue. But none of the answers work. So maybe I need another solution. But I'm pretty new to Node.JS so it's...

I have the issue that when I hit the vote button, the page is not refreshed. So when I hit the vote button again the page crashed with the error...

Added pointer class to upvote "button". Fixes issue #77

The current mutation was allowing unlogged users to post.