Skip to content

Commit ac01979

Browse files
authored
Merge pull request #1088 from Shrugsy/docs/add-usage-with-typescript-page
2 parents 6ee0ff5 + 5da6577 commit ac01979

File tree

4 files changed

+497
-54
lines changed

4 files changed

+497
-54
lines changed

docs/rtk-query/api/created-api/hooks.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ type UseQueryResult<T> = {
293293
294294
[summary](docblock://query/core/buildSelectors.ts?token=skipToken)
295295
296+
See also [Skipping queries with TypeScript using `skipToken`](../../usage-with-typescript.mdx#skipping-queries-with-typescript-using-skiptoken)
297+
296298
## `useMutation`
297299
298300
#### Signature

0 commit comments

Comments
 (0)