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