Remove float feature

This commit is contained in:
2024-03-28 05:02:44 +00:00
parent 9bd0e237ea
commit a1b524ab9d
3 changed files with 0 additions and 31 deletions

View File

@@ -7,11 +7,6 @@ query GetAggregatedShotMetrics($aggregateInput: AggregateInputGQL!) {
targetMetrics {
count
makePercentage
floatFeature {
featureName
average
median
}
}
}
}