|
|
|
|
@@ -2701,9 +2701,11 @@ export type PlayerClusterGql = {
|
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
|
confirmed: Scalars["Boolean"]["output"];
|
|
|
|
|
nShots: Scalars["Int"]["output"];
|
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
score?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
shots: Array<PlayerClusterShotGql>;
|
|
|
|
|
userId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
username?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
videoId: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2722,7 +2724,10 @@ export type PlayerClusterShotGql = {
|
|
|
|
|
|
|
|
|
|
export type PlayerSummaryGql = {
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
averageDifficulty?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
averageTimeBetweenShots?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
|
longestRun: Scalars["Int"]["output"];
|
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
representativeFullFrameUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
@@ -4206,6 +4211,9 @@ export type GetFeedQuery = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4307,6 +4315,9 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4422,6 +4433,9 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -5004,6 +5018,9 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
|
@@ -5025,6 +5042,8 @@ export type PlayerClusterFieldsFragment = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
@@ -5053,6 +5072,8 @@ export type VideoPlayerClustersQuery = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
@@ -5082,6 +5103,8 @@ export type FinalizePlayerAssignmentsMutation = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
@@ -6046,6 +6069,9 @@ export type GetVideoDetailsQuery = {
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
@@ -6715,6 +6741,9 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
|
totalShotsMade
|
|
|
|
|
makePercentage
|
|
|
|
|
score
|
|
|
|
|
longestRun
|
|
|
|
|
averageDifficulty
|
|
|
|
|
averageTimeBetweenShots
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const UserSocialsFieldsFragmentDoc = gql`
|
|
|
|
|
@@ -6853,6 +6882,8 @@ export const PlayerClusterFieldsFragmentDoc = gql`
|
|
|
|
|
clusterId
|
|
|
|
|
nShots
|
|
|
|
|
userId
|
|
|
|
|
username
|
|
|
|
|
profileImageUri
|
|
|
|
|
confirmed
|
|
|
|
|
score
|
|
|
|
|
shots {
|
|
|
|
|
|