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