Skip to main content

SimplePaginatorInfo

Information about pagination using a simple paginator.

type SimplePaginatorInfo {
count: Int!
currentPage: Int!
firstItem: Int
lastItem: Int
perPage: Int!
}

Fields

count (Int!)

Number of items in the current page.

currentPage (Int!)

Index of the current page.

firstItem (Int)

Index of the first item in the current page.

lastItem (Int)

Index of the last item in the current page.

perPage (Int!)

Number of items per page.