We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cancelQueries(..)
1 parent 2d92043 commit a6c9e8bCopy full SHA for a6c9e8b
packages/react-client/README.md
@@ -501,6 +501,11 @@ qraft.entities.getEntities.invalidateQueries(
501
);
502
```
503
504
+### [cancelQueries(...) 🔗](https://tanstack.com/query/latest/docs/reference/QueryClient#queryclientcancelqueries)
505
+
506
+[Query Cancellation](https://tanstack.com/query/latest/docs/framework/react/guides/query-cancellation) has the
507
+same interface as `invalidateQueries(..)`, but it will cancel the queries instead of invalidating them.
508
509
### Suspense Queries
510
511
Supported Suspense Queries are:
0 commit comments