aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils/graphql/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite usePagination hookArmand Philippot2023-11-131-0/+1
* replace `isLoadingInitialData` with `isLoading` & `isRefreshing` * rename `fallbackData` prop to `fallback` * replace `setSize` return with a `loadMore` callback * add tests