We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26600b1 commit 5d1dc70Copy full SHA for 5d1dc70
docs/src/pages/docs/api.md
@@ -226,7 +226,7 @@ The options for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequ
226
227
**Returns**
228
229
-The returned properties for `usePaginatedQuery` are identical to the [`useQuery` hook](#usequery), with the addition of the following:
+The returned properties for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequery), with the addition of the following:
230
231
- `isFetchingMore: false | 'next' | 'previous'`
232
- If using `paginated` mode, this will be `true` when fetching more results using the `fetchMore` function.
0 commit comments