|
|
|
|
@@ -2752,7 +2752,9 @@ export type PlayerSummaryGql = {
|
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
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"]>;
|
|
|
|
|
@@ -3344,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"];
|
|
|
|
|
@@ -3670,6 +3679,7 @@ export type VideoGql = {
|
|
|
|
|
|
|
|
|
|
export type VideoHistoryGql = {
|
|
|
|
|
__typename?: "VideoHistoryGQL";
|
|
|
|
|
followingCount: Scalars["Int"]["output"];
|
|
|
|
|
hasFollowing: Scalars["Boolean"]["output"];
|
|
|
|
|
pageInfo: PageInfoGql;
|
|
|
|
|
videos: Array<VideoGql>;
|
|
|
|
|
@@ -4288,8 +4298,15 @@ export type GetFeedQuery = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4392,8 +4409,15 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4485,6 +4509,7 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
getFeedVideos: {
|
|
|
|
|
__typename?: "VideoHistoryGQL";
|
|
|
|
|
hasFollowing: boolean;
|
|
|
|
|
followingCount: number;
|
|
|
|
|
videos: Array<{
|
|
|
|
|
__typename?: "VideoGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
@@ -4528,8 +4553,15 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -5171,8 +5203,15 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
|
@@ -6296,8 +6335,15 @@ export type GetVideoDetailsQuery = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
@@ -6415,8 +6461,15 @@ export type GetVideoCardQuery = {
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
runLengths: Array<number>;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
spinTypeBreakdown: {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
draw: number;
|
|
|
|
|
center: number;
|
|
|
|
|
follow: number;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -7064,6 +7117,12 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
|
makePercentage
|
|
|
|
|
score
|
|
|
|
|
longestRun
|
|
|
|
|
runLengths
|
|
|
|
|
spinTypeBreakdown {
|
|
|
|
|
draw
|
|
|
|
|
center
|
|
|
|
|
follow
|
|
|
|
|
}
|
|
|
|
|
averageDifficulty
|
|
|
|
|
averageTimeBetweenShots
|
|
|
|
|
}
|
|
|
|
|
@@ -9421,6 +9480,7 @@ export const GetVideoFeedDocument = gql`
|
|
|
|
|
endCursor
|
|
|
|
|
}
|
|
|
|
|
hasFollowing
|
|
|
|
|
followingCount
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${VideoCardFieldsFragmentDoc}
|
|
|
|
|
|