Skip to main content

BundleStatistic

No description

type BundleStatistic {
id: ID!
name: String!
numberOfEnvironments: Int!
numberOfPackages: Int!
totalCost: Float!
}

Fields

BundleStatistic.id ● ID! non-null scalar

BundleStatistic.name ● String! non-null scalar

BundleStatistic.numberOfEnvironments ● Int! non-null scalar

BundleStatistic.numberOfPackages ● Int! non-null scalar

BundleStatistic.totalCost ● Float! non-null scalar

Member Of

DashboardStatistics object