|
|
|
|
@@ -207,6 +207,7 @@ export enum ClientUploadStatusEnum {
|
|
|
|
|
|
|
|
|
|
export type ClusterAssignmentInput = {
|
|
|
|
|
clusterId: Scalars["Int"]["input"];
|
|
|
|
|
score?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
userId?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2700,6 +2701,7 @@ export type PlayerClusterGql = {
|
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
|
confirmed: Scalars["Boolean"]["output"];
|
|
|
|
|
nShots: Scalars["Int"]["output"];
|
|
|
|
|
score?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
shots: Array<PlayerClusterShotGql>;
|
|
|
|
|
userId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
videoId: Scalars["Int"]["output"];
|
|
|
|
|
@@ -2721,9 +2723,11 @@ export type PlayerClusterShotGql = {
|
|
|
|
|
export type PlayerSummaryGql = {
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: Scalars["Int"]["output"];
|
|
|
|
|
longestRun: Scalars["Int"]["output"];
|
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
representativeFullFrameUrl?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
score?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
totalShots: Scalars["Int"]["output"];
|
|
|
|
|
totalShotsMade: Scalars["Int"]["output"];
|
|
|
|
|
userId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
@@ -4202,6 +4206,8 @@ export type GetFeedQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4302,6 +4308,8 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4416,6 +4424,8 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4997,6 +5007,8 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
|
@@ -5019,6 +5031,7 @@ export type PlayerClusterFieldsFragment = {
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -5046,6 +5059,7 @@ export type VideoPlayerClustersQuery = {
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -5074,6 +5088,7 @@ export type FinalizePlayerAssignmentsMutation = {
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -6035,6 +6050,8 @@ export type GetVideoDetailsQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
@@ -6703,6 +6720,8 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
|
totalShots
|
|
|
|
|
totalShotsMade
|
|
|
|
|
makePercentage
|
|
|
|
|
score
|
|
|
|
|
longestRun
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const UserSocialsFieldsFragmentDoc = gql`
|
|
|
|
|
@@ -6842,6 +6861,7 @@ export const PlayerClusterFieldsFragmentDoc = gql`
|
|
|
|
|
nShots
|
|
|
|
|
userId
|
|
|
|
|
confirmed
|
|
|
|
|
score
|
|
|
|
|
shots {
|
|
|
|
|
...PlayerClusterShotFields
|
|
|
|
|
}
|
|
|
|
|
|