|
|
|
@@ -2723,6 +2723,7 @@ export type PlayerClusterShotGql = {
|
|
|
|
export type PlayerSummaryGql = {
|
|
|
|
export type PlayerSummaryGql = {
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
|
|
|
|
longestRun: Scalars["Int"]["output"];
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
representativeFullFrameUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
representativeFullFrameUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
@@ -4206,6 +4207,7 @@ export type GetFeedQuery = {
|
|
|
|
totalShotsMade: number;
|
|
|
|
totalShotsMade: number;
|
|
|
|
makePercentage: number;
|
|
|
|
makePercentage: number;
|
|
|
|
score?: number | null;
|
|
|
|
score?: number | null;
|
|
|
|
|
|
|
|
longestRun: number;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
currentProcessing?: {
|
|
|
|
currentProcessing?: {
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
@@ -4307,6 +4309,7 @@ export type VideoCardFieldsFragment = {
|
|
|
|
totalShotsMade: number;
|
|
|
|
totalShotsMade: number;
|
|
|
|
makePercentage: number;
|
|
|
|
makePercentage: number;
|
|
|
|
score?: number | null;
|
|
|
|
score?: number | null;
|
|
|
|
|
|
|
|
longestRun: number;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
currentProcessing?: {
|
|
|
|
currentProcessing?: {
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
@@ -4422,6 +4425,7 @@ export type GetVideoFeedQuery = {
|
|
|
|
totalShotsMade: number;
|
|
|
|
totalShotsMade: number;
|
|
|
|
makePercentage: number;
|
|
|
|
makePercentage: number;
|
|
|
|
score?: number | null;
|
|
|
|
score?: number | null;
|
|
|
|
|
|
|
|
longestRun: number;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
currentProcessing?: {
|
|
|
|
currentProcessing?: {
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
@@ -5004,6 +5008,7 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
totalShotsMade: number;
|
|
|
|
totalShotsMade: number;
|
|
|
|
makePercentage: number;
|
|
|
|
makePercentage: number;
|
|
|
|
score?: number | null;
|
|
|
|
score?: number | null;
|
|
|
|
|
|
|
|
longestRun: number;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
@@ -6046,6 +6051,7 @@ export type GetVideoDetailsQuery = {
|
|
|
|
totalShotsMade: number;
|
|
|
|
totalShotsMade: number;
|
|
|
|
makePercentage: number;
|
|
|
|
makePercentage: number;
|
|
|
|
score?: number | null;
|
|
|
|
score?: number | null;
|
|
|
|
|
|
|
|
longestRun: number;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -6715,6 +6721,7 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
totalShotsMade
|
|
|
|
totalShotsMade
|
|
|
|
makePercentage
|
|
|
|
makePercentage
|
|
|
|
score
|
|
|
|
score
|
|
|
|
|
|
|
|
longestRun
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
`;
|
|
|
|
export const UserSocialsFieldsFragmentDoc = gql`
|
|
|
|
export const UserSocialsFieldsFragmentDoc = gql`
|
|
|
|
|