OBJECT
DeploymentStatusConnection
The connection type for DeploymentStatus.
link GraphQL Schema definition
- type DeploymentStatusConnection {
- # A list of edges.
- : [DeploymentStatusEdge]
- # A list of nodes.
- : [DeploymentStatus]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }