Add rudamentary difficulty score

This commit is contained in:
2024-05-01 12:47:50 -06:00
parent 2f92820895
commit 5d99ec7673
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ type AggregationIdentifierGQL {
type TargetMetricsGQL {
count: Int!
makePercentage: Float
averageDifficulty: Float
}
input AggregateInputGQL {
@@ -68,6 +69,7 @@ input FilterInput {
targetPocketDistance: RangeFilter = null
cueObjectAngle: RangeFilter = null
cueBallSpeed: RangeFilter = null
difficulty: RangeFilter = null
intendedPocketType: [PocketEnum!] = null
shotDirection: [ShotDirectionEnum!] = null
videoId: [Int!] = null
@@ -161,6 +163,7 @@ type PocketingIntentionFeaturesGQL {
targetPocketDistance: Float
make: Boolean
intendedPocketType: PocketEnum
difficulty: Float
}
type BankFeaturesGQL {