Repo
An IaC bundle repository
type Repo {
  id: ID!
  name: String!
  createdAt: DateTime!
  activePackages: Int
  lastMonthsCost: Float
}
Fields
Repo.id ● ID! non-null scalar
Unique identifier
Repo.name ● String! non-null scalar
Name of the repository
Repo.createdAt ● DateTime! non-null scalar
When the repository was created
Repo.activePackages ● Int scalar
Count of active packages deployed from this repository
Repo.lastMonthsCost ● Float scalar
Total cost for the last month across all packages
Returned By
repo  query