• Build pagination options for list query

    Parameters

    • limit: number

      the count want to fetch in a page

    • offset: undefined | number

      the start point to fetch items

    • nextToken: undefined | string
    • previousToken: undefined | string

    Returns PaginationOptions

    pagination object

Generated using TypeDoc