Add falsePositiveScore

This commit is contained in:
2024-07-28 02:06:39 -06:00
parent 378878967a
commit e20b68799f
3 changed files with 65 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ input FilterInput @oneOf {
cueAngleAfterObject: RangeFilter
cueSpeedAfterObject: RangeFilter
spinType: [String!]
falsePositiveScore: RangeFilter
}
input RangeFilter {
@@ -165,6 +166,7 @@ type ShotGQL {
serializedShotPaths: SerializedShotPathsGQL
user: UserGQL
annotations: [ShotAnnotationGQL!]!
falsePositiveScore: Float
}
"""