DownloadPaginator
A paginated list of Download items.
type DownloadPaginator {
data: [Download!]!
paginatorInfo: PaginatorInfo!
}
Fields
DownloadPaginator.data ● [Download!]! non-null object
A list of Download items.
DownloadPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
Returned By
downloads query


