Pocketing Intention Info Schema Changes
All checks were successful
Tests / Tests (pull_request) Successful in 7s
All checks were successful
Tests / Tests (pull_request) Successful in 7s
This commit is contained in:
@@ -242,6 +242,7 @@ type ShotGQL {
|
||||
updatedAt: DateTime
|
||||
cueObjectFeatures: CueObjectFeaturesGQL
|
||||
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
|
||||
pocketingIntentionInfo: PocketingIntentionInfoGQL
|
||||
bankFeatures: BankFeaturesGQL
|
||||
serializedShotPaths: SerializedShotPathsGQL
|
||||
user: UserGQL
|
||||
@@ -268,6 +269,21 @@ type PocketingIntentionFeaturesGQL {
|
||||
backcut: Boolean
|
||||
}
|
||||
|
||||
type PocketingIntentionInfoGQL {
|
||||
ballId: Int!
|
||||
pocketId: PocketIdentifier!
|
||||
pathMetadataIndex: Int!
|
||||
}
|
||||
|
||||
enum PocketIdentifier {
|
||||
TOP_LEFT
|
||||
TOP_SIDE
|
||||
TOP_RIGHT
|
||||
BOTTOM_LEFT
|
||||
BOTTOM_SIDE
|
||||
BOTTOM_RIGHT
|
||||
}
|
||||
|
||||
type BankFeaturesGQL {
|
||||
wallsHit: [WallTypeEnum!]!
|
||||
bankAngle: Float!
|
||||
|
Reference in New Issue
Block a user