DeployList
A paginated list of deployments.
type DeployList {
edges: [Deploy]
nextCursor: String
nodes: [Deploy]
total: Int
}
Fields
DeployList.edges ● [Deploy] list object common
A legacy alias for nodes.
DeployList.nextCursor ● String scalar common
The cursor for the next page of deployments.
DeployList.nodes ● [Deploy] list object common
The deployments returned in the current page.
DeployList.total ● Int scalar common
The total number of matching deployments.
Member Of
AppEnvironment object