Add difficulty to pocketingIntentionFeatures in ShotWithAllFeatures #138
@ -3195,6 +3195,7 @@ export type GetShotsWithMetadataFilterResultQuery = {
|
|||||||
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
||||||
marginOfErrorInDegrees?: number | null;
|
marginOfErrorInDegrees?: number | null;
|
||||||
intendedPocketType?: PocketEnum | null;
|
intendedPocketType?: PocketEnum | null;
|
||||||
|
difficulty?: number | null;
|
||||||
} | null;
|
} | null;
|
||||||
pocketingIntentionInfo?: {
|
pocketingIntentionInfo?: {
|
||||||
__typename?: "PocketingIntentionInfoGQL";
|
__typename?: "PocketingIntentionInfoGQL";
|
||||||
@ -3261,6 +3262,7 @@ export type GetShotsWithMetadataQuery = {
|
|||||||
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
||||||
marginOfErrorInDegrees?: number | null;
|
marginOfErrorInDegrees?: number | null;
|
||||||
intendedPocketType?: PocketEnum | null;
|
intendedPocketType?: PocketEnum | null;
|
||||||
|
difficulty?: number | null;
|
||||||
} | null;
|
} | null;
|
||||||
pocketingIntentionInfo?: {
|
pocketingIntentionInfo?: {
|
||||||
__typename?: "PocketingIntentionInfoGQL";
|
__typename?: "PocketingIntentionInfoGQL";
|
||||||
@ -3320,6 +3322,7 @@ export type GetShotsByIdsQuery = {
|
|||||||
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
||||||
marginOfErrorInDegrees?: number | null;
|
marginOfErrorInDegrees?: number | null;
|
||||||
intendedPocketType?: PocketEnum | null;
|
intendedPocketType?: PocketEnum | null;
|
||||||
|
difficulty?: number | null;
|
||||||
} | null;
|
} | null;
|
||||||
pocketingIntentionInfo?: {
|
pocketingIntentionInfo?: {
|
||||||
__typename?: "PocketingIntentionInfoGQL";
|
__typename?: "PocketingIntentionInfoGQL";
|
||||||
@ -3368,6 +3371,7 @@ export type ShotWithAllFeaturesFragment = {
|
|||||||
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
targetPocketAngleDirection?: ShotDirectionEnum | null;
|
||||||
marginOfErrorInDegrees?: number | null;
|
marginOfErrorInDegrees?: number | null;
|
||||||
intendedPocketType?: PocketEnum | null;
|
intendedPocketType?: PocketEnum | null;
|
||||||
|
difficulty?: number | null;
|
||||||
} | null;
|
} | null;
|
||||||
pocketingIntentionInfo?: {
|
pocketingIntentionInfo?: {
|
||||||
__typename?: "PocketingIntentionInfoGQL";
|
__typename?: "PocketingIntentionInfoGQL";
|
||||||
@ -4333,6 +4337,7 @@ export const ShotWithAllFeaturesFragmentDoc = gql`
|
|||||||
targetPocketAngleDirection
|
targetPocketAngleDirection
|
||||||
marginOfErrorInDegrees
|
marginOfErrorInDegrees
|
||||||
intendedPocketType
|
intendedPocketType
|
||||||
|
difficulty
|
||||||
}
|
}
|
||||||
pocketingIntentionInfo {
|
pocketingIntentionInfo {
|
||||||
ballId
|
ballId
|
||||||
|
@ -159,6 +159,7 @@ fragment ShotWithAllFeatures on ShotGQL {
|
|||||||
targetPocketAngleDirection
|
targetPocketAngleDirection
|
||||||
marginOfErrorInDegrees
|
marginOfErrorInDegrees
|
||||||
intendedPocketType
|
intendedPocketType
|
||||||
|
difficulty
|
||||||
}
|
}
|
||||||
pocketingIntentionInfo {
|
pocketingIntentionInfo {
|
||||||
ballId
|
ballId
|
||||||
|
Loading…
Reference in New Issue
Block a user