Prototype completed

This commit is contained in:
Christoph Kluge
2023-12-05 15:30:40 +01:00
parent b5b355c16c
commit ead5c54bcb
6 changed files with 87 additions and 19 deletions

View File

@@ -288,6 +288,7 @@ type HistoPoint {
type MetricHistoPoints {
metric: String!
unit: String!
data: [MetricHistoPoint!]
}