Add falsePositiveScore
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user