You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Generated entity APIs provide the following [endpoints](https://redux-toolkit.js
82
82
3.`search` - a query that requests `GET /{baseEndpoint}` to get entities list with pagination. Accepts request params described by `entitySearchRequestConstructor` and returns `entitySearchResponseConstructor` extending `PaginationRequest` and `PaginationResponse` respectively.
83
83
84
84
4.`searchPaginated` - this query behaves similar to `search`, but accumulates data from newly requested pages.
85
-
This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. It supports loading data in both directions using `fetchNextPage` and `fetchPreviousPage` callbacks, and provides other useful props.
85
+
This query can be used with `useSearchPaginatedInfiniteQuery` hook to implement infinite scrolling lists. It supports loading data in both directions using `fetchNextPage` and `fetchPreviousPage` callbacks, and provides other useful props.
86
86
87
87
5.`update` - this mutation performs `PUT /{baseEndpoint}/{id}` request to update entity data.
88
88
Accepts `Partial` data of entity instance with mandatory `id`.
0 commit comments