CpChangeOrdersPage
One page of operator change-order rows. Paging is 1-based: page 1 is the first page.
type CpChangeOrdersPage {
rows: [CpChangeOrder!]!
total: Int!
page: Int!
pageSize: Int!
}
Fields
CpChangeOrdersPage.rows ● [CpChangeOrder!]! non-null object
Change-order rows on this page.
CpChangeOrdersPage.total ● Int! non-null scalar
Total rows across all pages (not just this page).
CpChangeOrdersPage.page ● Int! non-null scalar
Current 1-based page number.
CpChangeOrdersPage.pageSize ● Int! non-null scalar
Requested page size (max rows per page).
Returned By
cpChangeOrders query