Skip to main content

TranscriptPaginatorInfo

No description

type TranscriptPaginatorInfo {
count: Int!
currentPage: Int!
firstItem: Int
hasMorePages: Boolean!
lastItem: Int
lastPage: Int
perPage: Int!
total: Int!
}

Fields

count (Int!)

currentPage (Int!)

firstItem (Int)

hasMorePages (Boolean!)

lastItem (Int)

lastPage (Int)

perPage (Int!)

total (Int!)