Do not return target metrics as list
This commit is contained in:
@@ -16,7 +16,7 @@ type Query {
|
||||
|
||||
type AggregateResultGQL {
|
||||
featureBuckets: [BucketGQL!]!
|
||||
targetMetrics: [TargetMetricGQL!]!
|
||||
targetMetrics: TargetMetricGQL!
|
||||
}
|
||||
|
||||
type BucketGQL {
|
||||
|
Reference in New Issue
Block a user