Skip to content

PaginationOptions

PaginationOptions = { pageSize?: number; } & PaginationMethodUnion

Pagination options. Users cannot specify both cursor and jumpToPage.

Type Declaration

pageSize?

optional pageSize: number

Size of the page to fetch (items per page)