|
|
|
|
@@ -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,8 +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"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2720,10 +2724,14 @@ 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"]>;
|
|
|
|
|
score?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
totalShots: Scalars["Int"]["output"];
|
|
|
|
|
totalShotsMade: Scalars["Int"]["output"];
|
|
|
|
|
userId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
@@ -3466,6 +3474,8 @@ export type UserGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
fargoRating?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
firebaseUid?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
/** Earliest visible non-deleted profile video timestamp with real shot data. */
|
|
|
|
|
firstActivityAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
followers?: Maybe<Array<UserGql>>;
|
|
|
|
|
following?: Maybe<Array<UserGql>>;
|
|
|
|
|
id: Scalars["Int"]["output"];
|
|
|
|
|
@@ -4202,6 +4212,10 @@ export type GetFeedQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4302,6 +4316,10 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4416,6 +4434,10 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -4997,6 +5019,10 @@ export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerClusterShotFieldsFragment = {
|
|
|
|
|
@@ -5018,7 +5044,10 @@ export type PlayerClusterFieldsFragment = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -5045,7 +5074,10 @@ export type VideoPlayerClustersQuery = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -5073,7 +5105,10 @@ export type FinalizePlayerAssignmentsMutation = {
|
|
|
|
|
clusterId: number;
|
|
|
|
|
nShots: number;
|
|
|
|
|
userId?: number | null;
|
|
|
|
|
username?: string | null;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
confirmed: boolean;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
shots: Array<{
|
|
|
|
|
__typename?: "PlayerClusterShotGQL";
|
|
|
|
|
shotId: number;
|
|
|
|
|
@@ -5640,6 +5675,7 @@ export type EditProfileImageUriMutation = {
|
|
|
|
|
fargoRating?: number | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
firstActivityAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
videosPrivateByDefault?: boolean | null;
|
|
|
|
|
agreesToMarketing?: boolean | null;
|
|
|
|
|
@@ -5660,6 +5696,7 @@ export type GetLoggedInUserQuery = {
|
|
|
|
|
fargoRating?: number | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
firstActivityAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
videosPrivateByDefault?: boolean | null;
|
|
|
|
|
agreesToMarketing?: boolean | null;
|
|
|
|
|
@@ -5682,6 +5719,7 @@ export type GetUserQuery = {
|
|
|
|
|
fargoRating?: number | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
firstActivityAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
videosPrivateByDefault?: boolean | null;
|
|
|
|
|
agreesToMarketing?: boolean | null;
|
|
|
|
|
@@ -5860,6 +5898,7 @@ export type UserFragmentFragment = {
|
|
|
|
|
fargoRating?: number | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
firstActivityAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
videosPrivateByDefault?: boolean | null;
|
|
|
|
|
agreesToMarketing?: boolean | null;
|
|
|
|
|
@@ -5883,6 +5922,7 @@ export type GetUsersMatchingQuery = {
|
|
|
|
|
fargoRating?: number | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
firstActivityAt?: any | null;
|
|
|
|
|
updatedAt?: any | null;
|
|
|
|
|
videosPrivateByDefault?: boolean | null;
|
|
|
|
|
agreesToMarketing?: boolean | null;
|
|
|
|
|
@@ -6035,6 +6075,10 @@ export type GetVideoDetailsQuery = {
|
|
|
|
|
totalShots: number;
|
|
|
|
|
totalShotsMade: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
score?: number | null;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
averageDifficulty?: number | null;
|
|
|
|
|
averageTimeBetweenShots?: number | null;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
@@ -6703,6 +6747,10 @@ export const PlayerSummaryFieldsFragmentDoc = gql`
|
|
|
|
|
totalShots
|
|
|
|
|
totalShotsMade
|
|
|
|
|
makePercentage
|
|
|
|
|
score
|
|
|
|
|
longestRun
|
|
|
|
|
averageDifficulty
|
|
|
|
|
averageTimeBetweenShots
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const UserSocialsFieldsFragmentDoc = gql`
|
|
|
|
|
@@ -6841,7 +6889,10 @@ export const PlayerClusterFieldsFragmentDoc = gql`
|
|
|
|
|
clusterId
|
|
|
|
|
nShots
|
|
|
|
|
userId
|
|
|
|
|
username
|
|
|
|
|
profileImageUri
|
|
|
|
|
confirmed
|
|
|
|
|
score
|
|
|
|
|
shots {
|
|
|
|
|
...PlayerClusterShotFields
|
|
|
|
|
}
|
|
|
|
|
@@ -6925,6 +6976,7 @@ export const UserFragmentFragmentDoc = gql`
|
|
|
|
|
fargoRating
|
|
|
|
|
activeVideoId
|
|
|
|
|
createdAt
|
|
|
|
|
firstActivityAt
|
|
|
|
|
updatedAt
|
|
|
|
|
videosPrivateByDefault
|
|
|
|
|
agreesToMarketing
|
|
|
|
|
|