renamed submodule

This commit is contained in:
Lou Knauer
2022-01-10 16:17:40 +01:00
parent 290e9b89bf
commit 102dd85524
4 changed files with 44 additions and 19 deletions

View File

@@ -103,9 +103,9 @@ type Series {
}
type MetricStatistics {
avg: Float!
min: Float!
max: Float!
avg: NullableFloat!
min: NullableFloat!
max: NullableFloat!
}
type StatsSeries {