DeploymentStatistic
No description
type DeploymentStatistic {
bundleId: ID!
bundleName: String!
successfulDeployments: Int!
failedDeployments: Int!
errorRate: Float!
}
Fields
DeploymentStatistic.bundleId ● ID! non-null scalar
DeploymentStatistic.bundleName ● String! non-null scalar
DeploymentStatistic.successfulDeployments ● Int! non-null scalar
DeploymentStatistic.failedDeployments ● Int! non-null scalar
DeploymentStatistic.errorRate ● Float! non-null scalar
Member Of
DashboardStatistics object