Add marginOfErrorInDegrees

This commit is contained in:
2024-10-06 12:51:56 -06:00
parent 7662f1f050
commit fd78ddf641
2 changed files with 76 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ input FilterInput @oneOf {
targetPocketAngleDirection: [ShotDirectionEnum!]
targetPocketAngle: FloatRangeFilter
missAngleInDegrees: FloatRangeFilter
marginOfErrorInDegrees: FloatRangeFilter
createdAt: DateRangeFilter
}
@@ -283,6 +284,7 @@ type PocketingIntentionFeaturesGQL {
difficulty: Float
targetPocketAngle: Float
targetPocketAngleDirection: ShotDirectionEnum
marginOfErrorInDegrees: Float
backcut: Boolean
}