omsharp
Tourist
Contact Me
Status
Offline
Last Activity
‎11-09-2020 03:41 AM
Topic Started
1
Topics Started
Topic Solutions
1
Solution
Post Count
5
Posts
Post Kudos
9
Likes

Community Badges

I'm working on an app, where I need to handle/issue refunds from the app itself. Is such a thing possible using the API? And If it's possible, then what kind of resections should I keep in mind whi...
No content to show

User Activity

Thanks to someone out of this forum, the issue is solved.Solved by using link object in the client instantiation, like this:import { ApolloClient, InMemoryCache, createHttpLink,} from '@apollo/client'; const client = new ApolloClient({ link: ne...
I'm using @Apollo/client to handle GraphQL in my app.When I use useQuery hook, all I get is loading == true, and it never changes to false, and data is always undefined. With no errors!  import { gql, useQuery } from '@apollo/client'; const GET_PROD...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.