mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
renamed submodule
This commit is contained in:
@@ -103,9 +103,9 @@ type Series {
|
||||
}
|
||||
|
||||
type MetricStatistics {
|
||||
avg: Float!
|
||||
min: Float!
|
||||
max: Float!
|
||||
avg: NullableFloat!
|
||||
min: NullableFloat!
|
||||
max: NullableFloat!
|
||||
}
|
||||
|
||||
type StatsSeries {
|
||||
|
Reference in New Issue
Block a user