mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 12:41:39 +02:00
Finished backend sql query and gql resolve
This commit is contained in:
@@ -288,7 +288,14 @@ type HistoPoint {
|
||||
|
||||
type MetricHistoPoints {
|
||||
metric: String!
|
||||
data: [HistoPoint!]
|
||||
data: [MetricHistoPoint!]
|
||||
}
|
||||
|
||||
type MetricHistoPoint {
|
||||
min: Int!
|
||||
max: Int!
|
||||
count: Int!
|
||||
bin: Int!
|
||||
}
|
||||
|
||||
type JobsStatistics {
|
||||
|
Reference in New Issue
Block a user