OBJECT
DeploymentStatusConnection
The connection type for DeploymentStatus.
link GraphQL Schema definition
1 type DeploymentStatusConnection { 2 3 # A list of edges. 4 DeploymentStatusEdge] : [ 5 6 # A list of nodes. 7 DeploymentStatus] : [ 8 9 # Information to aid in pagination. 10 PageInfo! : 11 12 # Identifies the total count of items in the connection. 13 Int! : 14 15 }