-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(cancellation): add graphql request v4 example #3264
docs(cancellation): add graphql request v4 example #3264
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tanstack/react-query/J1KJ2MHTTSqgSaX3bmUDpnyB7KzH |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9d59aec:
|
Codecov Report
@@ Coverage Diff @@
## master #3264 +/- ##
=======================================
Coverage 77.85% 77.85%
=======================================
Files 45 45
Lines 1648 1648
Branches 339 339
=======================================
Hits 1283 1283
Misses 47 47
Partials 318 318 Continue to review full report at Codecov.
|
@arnaudbzn do you know what's up with the code coverage? It dropped 18% today for no apparent reason 🤔 |
|
Yes it started here: https://twitter.com/tkdodo/status/1489867753267867649 i have no idea why though :( |
🎉 This PR is included in version 3.34.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.0.0-alpha.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
graphql-request v4.0 now supports setting an AbortSignal per request.
A new Query cancellation example has been added.
Related PR graffle-js/graffle#303