Compare commits
No commits in common. "8fabfd67cf06b2598de4aee6a7397bb47370fdd0" and "b6ec7ed39d8b15c0b65a54f5df8cbebcf3d49297" have entirely different histories.
8fabfd67cf
...
b6ec7ed39d
@ -3195,7 +3195,6 @@ 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";
|
||||||
@ -3262,7 +3261,6 @@ 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";
|
||||||
@ -3322,7 +3320,6 @@ 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";
|
||||||
@ -3371,7 +3368,6 @@ 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";
|
||||||
@ -4337,7 +4333,6 @@ export const ShotWithAllFeaturesFragmentDoc = gql`
|
|||||||
targetPocketAngleDirection
|
targetPocketAngleDirection
|
||||||
marginOfErrorInDegrees
|
marginOfErrorInDegrees
|
||||||
intendedPocketType
|
intendedPocketType
|
||||||
difficulty
|
|
||||||
}
|
}
|
||||||
pocketingIntentionInfo {
|
pocketingIntentionInfo {
|
||||||
ballId
|
ballId
|
||||||
|
@ -159,7 +159,6 @@ fragment ShotWithAllFeatures on ShotGQL {
|
|||||||
targetPocketAngleDirection
|
targetPocketAngleDirection
|
||||||
marginOfErrorInDegrees
|
marginOfErrorInDegrees
|
||||||
intendedPocketType
|
intendedPocketType
|
||||||
difficulty
|
|
||||||
}
|
}
|
||||||
pocketingIntentionInfo {
|
pocketingIntentionInfo {
|
||||||
ballId
|
ballId
|
||||||
|
Loading…
Reference in New Issue
Block a user