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