|
|
|
|
@@ -393,6 +393,16 @@ export type DoesNotOwnShotErrOtherErrorNeedsNote =
|
|
|
|
|
| DoesNotOwnShotErr
|
|
|
|
|
| OtherErrorNeedsNote;
|
|
|
|
|
|
|
|
|
|
export type DrillResultGql = {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
attemptCount: Scalars["Int"]["output"];
|
|
|
|
|
drillTag: Scalars["String"]["output"];
|
|
|
|
|
isPersonalBest: Scalars["Boolean"]["output"];
|
|
|
|
|
longestRun: Scalars["Int"]["output"];
|
|
|
|
|
longestRunId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
prRank: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type DrillRunLeaderboardGql = {
|
|
|
|
|
__typename?: "DrillRunLeaderboardGQL";
|
|
|
|
|
entries: Array<RunGql>;
|
|
|
|
|
@@ -3088,7 +3098,6 @@ export type Query = {
|
|
|
|
|
getQuotaStatus: QuotaStatusGql;
|
|
|
|
|
getResolvedTier: ResolvedTierGql;
|
|
|
|
|
getRuns: GetRunsResult;
|
|
|
|
|
getSessionCoach: SessionCoachGql;
|
|
|
|
|
getShotAnnotationTypes: Array<ShotAnnotationTypeGql>;
|
|
|
|
|
getShotTableState: ShotTableStateGql;
|
|
|
|
|
getShots: Array<ShotGql>;
|
|
|
|
|
@@ -3232,10 +3241,6 @@ export type QueryGetRunsArgs = {
|
|
|
|
|
runsOrdering?: InputMaybe<GetRunsOrdering>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetSessionCoachArgs = {
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetShotAnnotationTypesArgs = {
|
|
|
|
|
errorTypes?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
@@ -3551,84 +3556,6 @@ export type SerializedShotPathsGql = {
|
|
|
|
|
b64EncodedBuffer?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachCandidateFamilyEnum {
|
|
|
|
|
Aiming = "AIMING",
|
|
|
|
|
BackCut = "BACK_CUT",
|
|
|
|
|
CueToObjectDistance = "CUE_TO_OBJECT_DISTANCE",
|
|
|
|
|
CutAngle = "CUT_ANGLE",
|
|
|
|
|
ObjectToPocketDistance = "OBJECT_TO_POCKET_DISTANCE",
|
|
|
|
|
Spin = "SPIN",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachCandidateGql = {
|
|
|
|
|
__typename?: "SessionCoachCandidateGQL";
|
|
|
|
|
action: Scalars["String"]["output"];
|
|
|
|
|
body: Scalars["String"]["output"];
|
|
|
|
|
drillId?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
evidence: SessionCoachEvidenceGql;
|
|
|
|
|
family: SessionCoachCandidateFamilyEnum;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
kind: SessionCoachCandidateKindEnum;
|
|
|
|
|
limitations: Array<Scalars["String"]["output"]>;
|
|
|
|
|
rank: Scalars["Int"]["output"];
|
|
|
|
|
supportingShotIds: Array<Scalars["Int"]["output"]>;
|
|
|
|
|
title: Scalars["String"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachCandidateKindEnum {
|
|
|
|
|
DirectionalMiss = "DIRECTIONAL_MISS",
|
|
|
|
|
OutcomePattern = "OUTCOME_PATTERN",
|
|
|
|
|
UsagePattern = "USAGE_PATTERN",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type SessionCoachEvidenceGql = {
|
|
|
|
|
__typename?: "SessionCoachEvidenceGQL";
|
|
|
|
|
attemptCount: Scalars["Int"]["output"];
|
|
|
|
|
bucketKey: Scalars["String"]["output"];
|
|
|
|
|
bucketLabel: Scalars["String"]["output"];
|
|
|
|
|
comparisonAttemptCount: Scalars["Int"]["output"];
|
|
|
|
|
comparisonMadeCount: Scalars["Int"]["output"];
|
|
|
|
|
comparisonMakePercentage?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
madeCount: Scalars["Int"]["output"];
|
|
|
|
|
makePercentage: Scalars["Float"]["output"];
|
|
|
|
|
missedCount: Scalars["Int"]["output"];
|
|
|
|
|
patternShotCount: Scalars["Int"]["output"];
|
|
|
|
|
rankReason: Scalars["String"]["output"];
|
|
|
|
|
score: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SessionCoachGql = {
|
|
|
|
|
__typename?: "SessionCoachGQL";
|
|
|
|
|
analysisVersion: Scalars["String"]["output"];
|
|
|
|
|
analyzedShotCount: Scalars["Int"]["output"];
|
|
|
|
|
candidates: Array<SessionCoachCandidateGql>;
|
|
|
|
|
generatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
ineligibilityReason?: Maybe<SessionCoachIneligibilityReasonEnum>;
|
|
|
|
|
madeCount: Scalars["Int"]["output"];
|
|
|
|
|
makePercentage?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
missedCount: Scalars["Int"]["output"];
|
|
|
|
|
primaryCandidate?: Maybe<SessionCoachCandidateGql>;
|
|
|
|
|
processingId?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
processingStatus?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
shotCount: Scalars["Int"]["output"];
|
|
|
|
|
state: SessionCoachStateEnum;
|
|
|
|
|
summary?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
unknownOutcomeCount: Scalars["Int"]["output"];
|
|
|
|
|
videoId: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachIneligibilityReasonEnum {
|
|
|
|
|
Multiplayer = "MULTIPLAYER",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export enum SessionCoachStateEnum {
|
|
|
|
|
Failed = "FAILED",
|
|
|
|
|
Ineligible = "INELIGIBLE",
|
|
|
|
|
NoTrackedShots = "NO_TRACKED_SHOTS",
|
|
|
|
|
Processing = "PROCESSING",
|
|
|
|
|
Ready = "READY",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type ShotAnnotationGql = {
|
|
|
|
|
__typename?: "ShotAnnotationGQL";
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
@@ -4238,6 +4165,7 @@ export type VideoGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
currentHomography?: Maybe<HomographyInfoGql>;
|
|
|
|
|
currentProcessing?: Maybe<VideoProcessingGql>;
|
|
|
|
|
drillResult?: Maybe<DrillResultGql>;
|
|
|
|
|
elapsedTime?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
endTime?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
framesPerSecond: Scalars["Float"]["output"];
|
|
|
|
|
@@ -4878,6 +4806,15 @@ export type GetFeedQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -4993,6 +4930,15 @@ export type VideoCardFieldsFragment = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -5141,6 +5087,15 @@ export type GetVideoFeedQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -6849,116 +6804,6 @@ export type GetRunsWithTimestampsQuery = {
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetSessionCoachQueryVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetSessionCoachQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getSessionCoach: {
|
|
|
|
|
__typename?: "SessionCoachGQL";
|
|
|
|
|
videoId: number;
|
|
|
|
|
processingId?: number | null;
|
|
|
|
|
analysisVersion: string;
|
|
|
|
|
state: SessionCoachStateEnum;
|
|
|
|
|
generatedAt: any;
|
|
|
|
|
processingStatus?: string | null;
|
|
|
|
|
ineligibilityReason?: SessionCoachIneligibilityReasonEnum | null;
|
|
|
|
|
summary?: string | null;
|
|
|
|
|
shotCount: number;
|
|
|
|
|
madeCount: number;
|
|
|
|
|
missedCount: number;
|
|
|
|
|
unknownOutcomeCount: number;
|
|
|
|
|
analyzedShotCount: number;
|
|
|
|
|
makePercentage?: number | null;
|
|
|
|
|
primaryCandidate?: {
|
|
|
|
|
__typename?: "SessionCoachCandidateGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
rank: number;
|
|
|
|
|
family: SessionCoachCandidateFamilyEnum;
|
|
|
|
|
kind: SessionCoachCandidateKindEnum;
|
|
|
|
|
title: string;
|
|
|
|
|
body: string;
|
|
|
|
|
action: string;
|
|
|
|
|
supportingShotIds: Array<number>;
|
|
|
|
|
drillId?: string | null;
|
|
|
|
|
limitations: Array<string>;
|
|
|
|
|
evidence: {
|
|
|
|
|
__typename?: "SessionCoachEvidenceGQL";
|
|
|
|
|
bucketKey: string;
|
|
|
|
|
bucketLabel: string;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
madeCount: number;
|
|
|
|
|
missedCount: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
comparisonAttemptCount: number;
|
|
|
|
|
comparisonMadeCount: number;
|
|
|
|
|
comparisonMakePercentage?: number | null;
|
|
|
|
|
patternShotCount: number;
|
|
|
|
|
score: number;
|
|
|
|
|
rankReason: string;
|
|
|
|
|
};
|
|
|
|
|
} | null;
|
|
|
|
|
candidates: Array<{
|
|
|
|
|
__typename?: "SessionCoachCandidateGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
rank: number;
|
|
|
|
|
family: SessionCoachCandidateFamilyEnum;
|
|
|
|
|
kind: SessionCoachCandidateKindEnum;
|
|
|
|
|
title: string;
|
|
|
|
|
body: string;
|
|
|
|
|
action: string;
|
|
|
|
|
supportingShotIds: Array<number>;
|
|
|
|
|
drillId?: string | null;
|
|
|
|
|
limitations: Array<string>;
|
|
|
|
|
evidence: {
|
|
|
|
|
__typename?: "SessionCoachEvidenceGQL";
|
|
|
|
|
bucketKey: string;
|
|
|
|
|
bucketLabel: string;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
madeCount: number;
|
|
|
|
|
missedCount: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
comparisonAttemptCount: number;
|
|
|
|
|
comparisonMadeCount: number;
|
|
|
|
|
comparisonMakePercentage?: number | null;
|
|
|
|
|
patternShotCount: number;
|
|
|
|
|
score: number;
|
|
|
|
|
rankReason: string;
|
|
|
|
|
};
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SessionCoachCandidateFieldsFragment = {
|
|
|
|
|
__typename?: "SessionCoachCandidateGQL";
|
|
|
|
|
id: string;
|
|
|
|
|
rank: number;
|
|
|
|
|
family: SessionCoachCandidateFamilyEnum;
|
|
|
|
|
kind: SessionCoachCandidateKindEnum;
|
|
|
|
|
title: string;
|
|
|
|
|
body: string;
|
|
|
|
|
action: string;
|
|
|
|
|
supportingShotIds: Array<number>;
|
|
|
|
|
drillId?: string | null;
|
|
|
|
|
limitations: Array<string>;
|
|
|
|
|
evidence: {
|
|
|
|
|
__typename?: "SessionCoachEvidenceGQL";
|
|
|
|
|
bucketKey: string;
|
|
|
|
|
bucketLabel: string;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
madeCount: number;
|
|
|
|
|
missedCount: number;
|
|
|
|
|
makePercentage: number;
|
|
|
|
|
comparisonAttemptCount: number;
|
|
|
|
|
comparisonMadeCount: number;
|
|
|
|
|
comparisonMakePercentage?: number | null;
|
|
|
|
|
patternShotCount: number;
|
|
|
|
|
score: number;
|
|
|
|
|
rankReason: string;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PlayerSummaryFieldsFragment = {
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -8400,6 +8245,15 @@ export type GetVideoCardQuery = {
|
|
|
|
|
name: string;
|
|
|
|
|
tagClasses: Array<{ __typename?: "VideoTagClass"; name: string }>;
|
|
|
|
|
}>;
|
|
|
|
|
drillResult?: {
|
|
|
|
|
__typename?: "DrillResultGQL";
|
|
|
|
|
drillTag: string;
|
|
|
|
|
longestRun: number;
|
|
|
|
|
longestRunId?: number | null;
|
|
|
|
|
prRank: number;
|
|
|
|
|
isPersonalBest: boolean;
|
|
|
|
|
attemptCount: number;
|
|
|
|
|
} | null;
|
|
|
|
|
playerSummaries: Array<{
|
|
|
|
|
__typename?: "PlayerSummaryGQL";
|
|
|
|
|
clusterId: number;
|
|
|
|
|
@@ -9231,6 +9085,14 @@ export const VideoCardFieldsFragmentDoc = gql`
|
|
|
|
|
name
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
drillResult {
|
|
|
|
|
drillTag
|
|
|
|
|
longestRun
|
|
|
|
|
longestRunId
|
|
|
|
|
prRank
|
|
|
|
|
isPersonalBest
|
|
|
|
|
attemptCount
|
|
|
|
|
}
|
|
|
|
|
playerSummaries {
|
|
|
|
|
...PlayerSummaryFields
|
|
|
|
|
}
|
|
|
|
|
@@ -9405,34 +9267,6 @@ export const PocketingIntentionFragmentFragmentDoc = gql`
|
|
|
|
|
difficulty
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const SessionCoachCandidateFieldsFragmentDoc = gql`
|
|
|
|
|
fragment SessionCoachCandidateFields on SessionCoachCandidateGQL {
|
|
|
|
|
id
|
|
|
|
|
rank
|
|
|
|
|
family
|
|
|
|
|
kind
|
|
|
|
|
title
|
|
|
|
|
body
|
|
|
|
|
action
|
|
|
|
|
supportingShotIds
|
|
|
|
|
drillId
|
|
|
|
|
limitations
|
|
|
|
|
evidence {
|
|
|
|
|
bucketKey
|
|
|
|
|
bucketLabel
|
|
|
|
|
attemptCount
|
|
|
|
|
madeCount
|
|
|
|
|
missedCount
|
|
|
|
|
makePercentage
|
|
|
|
|
comparisonAttemptCount
|
|
|
|
|
comparisonMadeCount
|
|
|
|
|
comparisonMakePercentage
|
|
|
|
|
patternShotCount
|
|
|
|
|
score
|
|
|
|
|
rankReason
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export const PlayerClusterShotFieldsFragmentDoc = gql`
|
|
|
|
|
fragment PlayerClusterShotFields on PlayerClusterShotGQL {
|
|
|
|
|
shotId
|
|
|
|
|
@@ -14921,99 +14755,6 @@ export type GetRunsWithTimestampsQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetRunsWithTimestampsQuery,
|
|
|
|
|
GetRunsWithTimestampsQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetSessionCoachDocument = gql`
|
|
|
|
|
query GetSessionCoach($videoId: Int!) {
|
|
|
|
|
getSessionCoach(videoId: $videoId) {
|
|
|
|
|
videoId
|
|
|
|
|
processingId
|
|
|
|
|
analysisVersion
|
|
|
|
|
state
|
|
|
|
|
generatedAt
|
|
|
|
|
processingStatus
|
|
|
|
|
ineligibilityReason
|
|
|
|
|
summary
|
|
|
|
|
shotCount
|
|
|
|
|
madeCount
|
|
|
|
|
missedCount
|
|
|
|
|
unknownOutcomeCount
|
|
|
|
|
analyzedShotCount
|
|
|
|
|
makePercentage
|
|
|
|
|
primaryCandidate {
|
|
|
|
|
...SessionCoachCandidateFields
|
|
|
|
|
}
|
|
|
|
|
candidates {
|
|
|
|
|
...SessionCoachCandidateFields
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
${SessionCoachCandidateFieldsFragmentDoc}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetSessionCoachQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetSessionCoachQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetSessionCoachQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
|
|
|
* you can use to render your UI.
|
|
|
|
|
*
|
|
|
|
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
|
|
|
*
|
|
|
|
|
* @example
|
|
|
|
|
* const { data, loading, error } = useGetSessionCoachQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetSessionCoachQuery(
|
|
|
|
|
baseOptions: Apollo.QueryHookOptions<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<GetSessionCoachQuery, GetSessionCoachQueryVariables>(
|
|
|
|
|
GetSessionCoachDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetSessionCoachLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>(GetSessionCoachDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetSessionCoachSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>(GetSessionCoachDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetSessionCoachQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetSessionCoachSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetSessionCoachQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetSessionCoachQuery,
|
|
|
|
|
GetSessionCoachQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const VideoPlayerClustersDocument = gql`
|
|
|
|
|
query VideoPlayerClusters($videoId: Int!) {
|
|
|
|
|
videoPlayerClusters(videoId: $videoId) {
|
|
|
|
|
|