DeploymentConnection
No description
type DeploymentConnection {
  totalCount: Int!
  nodes: [Deployment!]!
  pageInfo: PageInfo!
}
Fields
DeploymentConnection.totalCount ● Int! non-null scalar
DeploymentConnection.nodes ● [Deployment!]! non-null object
DeploymentConnection.pageInfo ● PageInfo! non-null object
Member Of
RepoBranchV2  object