ModelList
A paginated list of models.
interface ModelList {
nextCursor: String
nodes: [Model]
total: Int
}
Fields
ModelList.nextCursor ● String scalar common
The cursor for the next page of results.
ModelList.nodes ● [Model] list interface common
The models returned in the current page.
ModelList.total ● Int scalar common
The total number of matching models.
Implemented By
AppList object ● BuildList object ● DBBackupCopyList object ● DeploymentList object ● IdentityProviderList object ● IntegrationCenterList object ● OrganizationAuthDomainList object ● OrgList object ● TokenList object ● UserApplicationRoleList object ● UserList object ● UserOrganizationRoleList object