HelmRelease
No description
type HelmRelease {
  id: String!
  chart: HelmChart!
  version: String!
}
No description
type HelmRelease {
  id: String!
  chart: HelmChart!
  version: String!
}
HelmRelease.id ● String! non-null scalarHelmRelease.chart ● HelmChart! non-null objectHelmRelease.version ● String! non-null scalar