Skip to main content

CpAdminEnvironmentsPage

One page of operator environment rows. Paging is 1-based: page 1 is the first page.

type CpAdminEnvironmentsPage {
rows: [CpAdminEnvironment!]!
total: Int!
page: Int!
pageSize: Int!
}

Fields

CpAdminEnvironmentsPage.rows ● [CpAdminEnvironment!]! non-null object

Environment rows on this page.

CpAdminEnvironmentsPage.total ● Int! non-null scalar

Total rows across all pages (not just this page).

CpAdminEnvironmentsPage.page ● Int! non-null scalar

Current 1-based page number.

CpAdminEnvironmentsPage.pageSize ● Int! non-null scalar

Requested page size (max rows per page).

Returned By

cpEnvironments query