Using AbortController #7612
Unanswered
sushilbansal
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
GraphQL Code Generator is only responsible of generating some wrapped functions etc that still use the original stuff. So please ask those questions in react-query or their community channel. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
More info: i went through all issues and found out that someone raised an issue for the same: https://github.com/dotansimha/graphql-code-generator/issues/7035 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using react-query with graphql using custom fetch. With help of this library i was able to generate the queries and mutations; It works really well.
I want to send signal (Abort Controller) from each query to my custom fetch so that i can cancel that query. How i can do that. My custom fetch looks like this:
Beta Was this translation helpful? Give feedback.
All reactions