OBJECT

DeploymentStatusConnection

The connection type for DeploymentStatus.

link GraphQL Schema definition

  • type DeploymentStatusConnection {
  • # A list of edges.
  • edges: [DeploymentStatusEdge]
  • # A list of nodes.
  • nodes: [DeploymentStatus]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }