BackwardPagination: { before?: string; last: number }

Traverse from the last to the most recent, according to selected ordering. Gets the oldest entries but the results get newer as you iterate.

Type declaration

  • Optional before?: string
  • last: number