Update and regenerate graphQL for new unit type

This commit is contained in:
Christoph Kluge
2022-10-06 18:04:47 +02:00
parent ec772f5aff
commit 3867ea137b
4 changed files with 174 additions and 23 deletions

View File

@@ -79,3 +79,4 @@ models:
FilterRanges: { model: "github.com/ClusterCockpit/cc-backend/pkg/schema.FilterRanges" }
SubCluster: { model: "github.com/ClusterCockpit/cc-backend/pkg/schema.SubCluster" }
StatsSeries: { model: "github.com/ClusterCockpit/cc-backend/pkg/schema.StatsSeries" }
Unit: { model: "github.com/ClusterCockpit/cc-backend/pkg/schema.Unit" }