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