Remove float feature
This commit is contained in:
@@ -29,13 +29,6 @@ type BucketGQL {
|
||||
type TargetMetricGQL {
|
||||
count: Int
|
||||
makePercentage: Float
|
||||
floatFeature: TargetFloatFeatureGQL
|
||||
}
|
||||
|
||||
type TargetFloatFeatureGQL {
|
||||
featureName: String!
|
||||
average: Float
|
||||
median: Float
|
||||
}
|
||||
|
||||
input AggregateInputGQL {
|
||||
|
Reference in New Issue
Block a user