Class CursorPaginationPageInfo

Constructors

Properties

endCursor: MaybeNull<string>

The cursor to the last item in the list

hasNextPage?: boolean

Whether there are more items in the list after the end cursor

hasPreviousPage?: boolean

Whether there are more items in the list before the start cursor

startCursor: MaybeNull<string>

The cursor to the first item in the list