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.
1 parent 7ac9238 commit 21e160dCopy full SHA for 21e160d
docs/src/pages/docs/api.md
@@ -205,7 +205,7 @@ const {
205
206
**Options**
207
208
-The options for `usePaginatedQuery` are identical to the [`useQuery` hook](#usequery) with the addition of the following:
+The options for `useInfiniteQuery` are identical to the [`useQuery` hook](#usequery) with the addition of the following:
209
210
- `getFetchMore: Function(lastPage, allPages) => fetchMoreVariable | Boolean`
211
- When new data is received for this query, this function receives both the last page of the infinite list of data and the full array of all pages.
0 commit comments