DeploymentList
A paginated list of deployments.
type DeploymentList implements ModelList {
nextCursor: String
nodes: [Deployment]
total: Int
}
Fields
DeploymentList.nextCursor ● String scalar common
The cursor for the next page of deployments.
DeploymentList.nodes ● [Deployment] list object common
The deployments returned in the current page.
DeploymentList.total ● Int scalar common
The total number of matching deployments.
Interfaces
ModelList interface common
A paginated list of models.
Member Of
AppEnvironment object