Do not return target metrics as list

This commit is contained in:
2024-03-14 14:39:11 -06:00
parent 43c1f7be09
commit 27114615a5
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ type Query {
type AggregateResultGQL {
featureBuckets: [BucketGQL!]!
targetMetrics: [TargetMetricGQL!]!
targetMetrics: TargetMetricGQL!
}
type BucketGQL {