|
|
|
|
@@ -2754,6 +2754,7 @@ export type PlayerSummaryGql = {
|
|
|
|
|
representativeFullFrameUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
runLengths: Array<Scalars["Int"]["output"]>;
|
|
|
|
|
score?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
spinTypeBreakdown: SpinTypeBreakdownGql;
|
|
|
|
|
totalShots: Scalars["Int"]["output"];
|
|
|
|
|
totalShotsMade: Scalars["Int"]["output"];
|
|
|
|
|
userId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
@@ -3345,6 +3346,13 @@ export type ShotsOrderingComponent =
|
|
|
|
|
videoId: IntOrdering;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SpinTypeBreakdownGql = {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
center: Scalars["Int"]["output"];
|
|
|
|
|
draw: Scalars["Int"]["output"];
|
|
|
|
|
follow: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SpinTypeCountsGql = {
|
|
|
|
|
__typename?: "SpinTypeCountsGQL";
|
|
|
|
|
center: Scalars["Int"]["output"];
|
|
|
|
|
@@ -4292,6 +4300,12 @@ export type GetFeedQuery = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4397,6 +4411,12 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4534,6 +4554,12 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -5178,6 +5204,12 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
|
@@ -6304,6 +6336,12 @@ export type GetVideoDetailsQuery = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
@@ -6424,6 +6462,12 @@ export type GetVideoCardQuery = {
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -7072,6 +7116,11 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
|
score
|
|
|
|
|
longestRun
|
|
|
|
|
runLengths
|
|
|
|
|
spinTypeBreakdown {
|
|
|
|
|
draw
|
|
|
|
|
center
|
|
|
|
|
follow
|
|
|
|
|
}
|
|
|
|
|
averageDifficulty
|
|
|
|
|
averageTimeBetweenShots
|
|
|
|
|
}
|
|
|
|
|
|