|
|
|
|
@@ -833,6 +833,12 @@ export type HomographyInfoGql = {
|
|
|
|
|
sourcePoints: PocketPointsGql;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum InitPlaylistUploadStatusEnum {
|
|
|
|
|
NotApplicable = "NOT_APPLICABLE",
|
|
|
|
|
NotUploaded = "NOT_UPLOADED",
|
|
|
|
|
Uploaded = "UPLOADED",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type IntPoint2D = {
|
|
|
|
|
__typename?: "IntPoint2D";
|
|
|
|
|
x: Scalars["Int"]["output"];
|
|
|
|
|
@@ -900,7 +906,7 @@ export type MutationSetLoggerLevelArgs = {
|
|
|
|
|
|
|
|
|
|
export type MutationSetSegmentDurationArgs = {
|
|
|
|
|
duration: Scalars["Float"]["input"];
|
|
|
|
|
segmentId: Scalars["Int"]["input"];
|
|
|
|
|
segmentIndex: Scalars["Int"]["input"];
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -944,6 +950,7 @@ export type Query = {
|
|
|
|
|
getShots: Array<ShotGql>;
|
|
|
|
|
getUser?: Maybe<UserGql>;
|
|
|
|
|
getUserVideos: VideoHistoryGql;
|
|
|
|
|
getUsernames: Array<Scalars["String"]["output"]>;
|
|
|
|
|
getVideo: VideoGql;
|
|
|
|
|
getVideoMakePercentageIntervals: Array<MakePercentageIntervalGql>;
|
|
|
|
|
getVideos: Array<VideoGql>;
|
|
|
|
|
@@ -976,6 +983,12 @@ export type QueryGetUserVideosArgs = {
|
|
|
|
|
userId?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetUsernamesArgs = {
|
|
|
|
|
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
matchString?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryGetVideoArgs = {
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -999,6 +1012,16 @@ export type SerializedShotPathsGql = {
|
|
|
|
|
b64EncodedBuffer?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ShotAnnotationGql = {
|
|
|
|
|
__typename?: "ShotAnnotationGQL";
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
creator: UserGql;
|
|
|
|
|
notes: Scalars["String"]["output"];
|
|
|
|
|
shotId: Scalars["Int"]["output"];
|
|
|
|
|
type: ShotAnnotationTypeGql;
|
|
|
|
|
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ShotAnnotationInput = {
|
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -1017,6 +1040,7 @@ export enum ShotDirectionEnum {
|
|
|
|
|
|
|
|
|
|
export type ShotGql = {
|
|
|
|
|
__typename?: "ShotGQL";
|
|
|
|
|
annotations: Array<ShotAnnotationGql>;
|
|
|
|
|
bankFeatures?: Maybe<BankFeaturesGql>;
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
cueObjectFeatures?: Maybe<CueObjectFeaturesGql>;
|
|
|
|
|
@@ -1049,7 +1073,7 @@ export type TargetMetricsGql = {
|
|
|
|
|
|
|
|
|
|
export type UploadSegmentGql = {
|
|
|
|
|
__typename?: "UploadSegmentGQL";
|
|
|
|
|
durationsInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
durationInSeconds?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
endFrameIndex?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
framesPerSecond?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
linksRequested: Scalars["Int"]["output"];
|
|
|
|
|
@@ -1063,6 +1087,7 @@ export type UploadStreamGql = {
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
errors: Array<StreamErrorGql>;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
initPlaylistUploadStatus?: Maybe<InitPlaylistUploadStatusEnum>;
|
|
|
|
|
isCompleted: Scalars["Boolean"]["output"];
|
|
|
|
|
lastIntendedSegmentBound?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
linksRequested: Scalars["Int"]["output"];
|
|
|
|
|
@@ -1092,6 +1117,7 @@ export type UserGql = {
|
|
|
|
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
firebaseUid: Scalars["String"]["output"];
|
|
|
|
|
id: Scalars["Int"]["output"];
|
|
|
|
|
isAdmin: Scalars["Boolean"]["output"];
|
|
|
|
|
profileImageUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
username: Scalars["String"]["output"];
|
|
|
|
|
@@ -1141,8 +1167,10 @@ export type VideoHistoryGql = {
|
|
|
|
|
export type VideoMetadataInput = {
|
|
|
|
|
endStream?: Scalars["Boolean"]["input"];
|
|
|
|
|
endTime?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
|
|
|
framesPerSecond?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
gameType?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
lastIntendedSegmentBound?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
resolution: VideoResolution;
|
|
|
|
|
startTime?: InputMaybe<Scalars["DateTime"]["input"]>;
|
|
|
|
|
streamSegmentType?: InputMaybe<StreamSegmentTypeEnum>;
|
|
|
|
|
tableSize?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
@@ -1162,6 +1190,11 @@ export type VideoProcessingGql = {
|
|
|
|
|
errors: Array<VideoProcessingErrorGql>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type VideoResolution = {
|
|
|
|
|
height: Scalars["Int"]["input"];
|
|
|
|
|
width: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type VideoTag = {
|
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
|
@@ -1316,6 +1349,19 @@ export type GetShotsQuery = {
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetShotAnnotationTypesQueryVariables = Exact<{
|
|
|
|
|
[key: string]: never;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetShotAnnotationTypesQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getShotAnnotationTypes: Array<{
|
|
|
|
|
__typename?: "ShotAnnotationTypeGQL";
|
|
|
|
|
id: number;
|
|
|
|
|
name: string;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetProfileImageUploadLinkMutationVariables = Exact<{
|
|
|
|
|
fileExt?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
}>;
|
|
|
|
|
@@ -1359,6 +1405,7 @@ export type GetLoggedInUserQuery = {
|
|
|
|
|
id: number;
|
|
|
|
|
firebaseUid: string;
|
|
|
|
|
username: string;
|
|
|
|
|
isAdmin: boolean;
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
activeVideoId?: number | null;
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
@@ -1375,6 +1422,17 @@ export type GetUserPlayTimeQuery = {
|
|
|
|
|
getPlayTime: { __typename?: "UserPlayTimeGQL"; totalSeconds: number };
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetUsernamesQueryVariables = Exact<{
|
|
|
|
|
matchString: Scalars["String"]["input"];
|
|
|
|
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetUsernamesQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getUsernames: Array<string>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetStreamMonitoringDetailsQueryVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
@@ -1421,6 +1479,7 @@ export type GetStreamMonitoringDetailsQuery = {
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
uploadCompletionCursor: number;
|
|
|
|
|
lastIntendedSegmentBound?: number | null;
|
|
|
|
|
initPlaylistUploadStatus?: InitPlaylistUploadStatusEnum | null;
|
|
|
|
|
} | null;
|
|
|
|
|
currentProcessing?: {
|
|
|
|
|
__typename?: "VideoProcessingGQL";
|
|
|
|
|
@@ -1618,6 +1677,34 @@ export type GetUploadLinkMutation = {
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetHlsInitUploadLinkMutationVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetHlsInitUploadLinkMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
getHlsInitUploadLink: {
|
|
|
|
|
__typename?: "GetUploadLinkReturn";
|
|
|
|
|
uploadUrl: string;
|
|
|
|
|
headers: Array<{
|
|
|
|
|
__typename?: "Header";
|
|
|
|
|
key: string;
|
|
|
|
|
value: string;
|
|
|
|
|
} | null>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type SetSegmentDurationMutationVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
segmentIndex: Scalars["Int"]["input"];
|
|
|
|
|
duration: Scalars["Float"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type SetSegmentDurationMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
setSegmentDuration: boolean;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type EditUploadStreamMutationVariables = Exact<{
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
videoMetadataInput: VideoMetadataInput;
|
|
|
|
|
@@ -2126,6 +2213,79 @@ export type GetShotsQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetShotsQuery,
|
|
|
|
|
GetShotsQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetShotAnnotationTypesDocument = gql`
|
|
|
|
|
query GetShotAnnotationTypes {
|
|
|
|
|
getShotAnnotationTypes {
|
|
|
|
|
id
|
|
|
|
|
name
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetShotAnnotationTypesQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetShotAnnotationTypesQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetShotAnnotationTypesQuery` 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 } = useGetShotAnnotationTypesQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetShotAnnotationTypesQuery(
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>(GetShotAnnotationTypesDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetShotAnnotationTypesLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>(GetShotAnnotationTypesDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetShotAnnotationTypesSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>(GetShotAnnotationTypesDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetShotAnnotationTypesQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetShotAnnotationTypesQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetShotAnnotationTypesLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetShotAnnotationTypesLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetShotAnnotationTypesSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetShotAnnotationTypesSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetShotAnnotationTypesQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetShotAnnotationTypesQuery,
|
|
|
|
|
GetShotAnnotationTypesQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetProfileImageUploadLinkDocument = gql`
|
|
|
|
|
mutation getProfileImageUploadLink($fileExt: String = ".png") {
|
|
|
|
|
getProfileImageUploadLink(fileExt: $fileExt) {
|
|
|
|
|
@@ -2242,6 +2402,7 @@ export const GetLoggedInUserDocument = gql`
|
|
|
|
|
id
|
|
|
|
|
firebaseUid
|
|
|
|
|
username
|
|
|
|
|
isAdmin
|
|
|
|
|
profileImageUri
|
|
|
|
|
activeVideoId
|
|
|
|
|
createdAt
|
|
|
|
|
@@ -2387,6 +2548,83 @@ export type GetUserPlayTimeQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetUserPlayTimeQuery,
|
|
|
|
|
GetUserPlayTimeQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetUsernamesDocument = gql`
|
|
|
|
|
query getUsernames(
|
|
|
|
|
$matchString: String!
|
|
|
|
|
$limit: Int = null
|
|
|
|
|
$after: String = null
|
|
|
|
|
) {
|
|
|
|
|
getUsernames(matchString: $matchString, limit: $limit, after: $after)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetUsernamesQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetUsernamesQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetUsernamesQuery` 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 } = useGetUsernamesQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* matchString: // value for 'matchString'
|
|
|
|
|
* limit: // value for 'limit'
|
|
|
|
|
* after: // value for 'after'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetUsernamesQuery(
|
|
|
|
|
baseOptions: Apollo.QueryHookOptions<
|
|
|
|
|
GetUsernamesQuery,
|
|
|
|
|
GetUsernamesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<GetUsernamesQuery, GetUsernamesQueryVariables>(
|
|
|
|
|
GetUsernamesDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetUsernamesLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetUsernamesQuery,
|
|
|
|
|
GetUsernamesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<GetUsernamesQuery, GetUsernamesQueryVariables>(
|
|
|
|
|
GetUsernamesDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetUsernamesSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetUsernamesQuery,
|
|
|
|
|
GetUsernamesQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<GetUsernamesQuery, GetUsernamesQueryVariables>(
|
|
|
|
|
GetUsernamesDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export type GetUsernamesQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUsernamesQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUsernamesLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUsernamesLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUsernamesSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUsernamesSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUsernamesQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetUsernamesQuery,
|
|
|
|
|
GetUsernamesQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetStreamMonitoringDetailsDocument = gql`
|
|
|
|
|
query GetStreamMonitoringDetails($videoId: Int!) {
|
|
|
|
|
getVideo(videoId: $videoId) {
|
|
|
|
|
@@ -2441,6 +2679,7 @@ export const GetStreamMonitoringDetailsDocument = gql`
|
|
|
|
|
isCompleted
|
|
|
|
|
uploadCompletionCursor
|
|
|
|
|
lastIntendedSegmentBound
|
|
|
|
|
initPlaylistUploadStatus
|
|
|
|
|
}
|
|
|
|
|
currentProcessing {
|
|
|
|
|
errors {
|
|
|
|
|
@@ -3232,6 +3471,118 @@ export type GetUploadLinkMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
GetUploadLinkMutation,
|
|
|
|
|
GetUploadLinkMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetHlsInitUploadLinkDocument = gql`
|
|
|
|
|
mutation GetHlsInitUploadLink($videoId: Int!) {
|
|
|
|
|
getHlsInitUploadLink(videoId: $videoId) {
|
|
|
|
|
uploadUrl
|
|
|
|
|
headers {
|
|
|
|
|
key
|
|
|
|
|
value
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type GetHlsInitUploadLinkMutationFn = Apollo.MutationFunction<
|
|
|
|
|
GetHlsInitUploadLinkMutation,
|
|
|
|
|
GetHlsInitUploadLinkMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetHlsInitUploadLinkMutation__
|
|
|
|
|
*
|
|
|
|
|
* To run a mutation, you first call `useGetHlsInitUploadLinkMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetHlsInitUploadLinkMutation` returns a tuple that includes:
|
|
|
|
|
* - A mutate function that you can call at any time to execute the mutation
|
|
|
|
|
* - An object with fields that represent the current status of the mutation's execution
|
|
|
|
|
*
|
|
|
|
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
|
|
|
*
|
|
|
|
|
* @example
|
|
|
|
|
* const [getHlsInitUploadLinkMutation, { data, loading, error }] = useGetHlsInitUploadLinkMutation({
|
|
|
|
|
* variables: {
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetHlsInitUploadLinkMutation(
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
GetHlsInitUploadLinkMutation,
|
|
|
|
|
GetHlsInitUploadLinkMutationVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
GetHlsInitUploadLinkMutation,
|
|
|
|
|
GetHlsInitUploadLinkMutationVariables
|
|
|
|
|
>(GetHlsInitUploadLinkDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetHlsInitUploadLinkMutationHookResult = ReturnType<
|
|
|
|
|
typeof useGetHlsInitUploadLinkMutation
|
|
|
|
|
>;
|
|
|
|
|
export type GetHlsInitUploadLinkMutationResult =
|
|
|
|
|
Apollo.MutationResult<GetHlsInitUploadLinkMutation>;
|
|
|
|
|
export type GetHlsInitUploadLinkMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
GetHlsInitUploadLinkMutation,
|
|
|
|
|
GetHlsInitUploadLinkMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const SetSegmentDurationDocument = gql`
|
|
|
|
|
mutation SetSegmentDuration(
|
|
|
|
|
$videoId: Int!
|
|
|
|
|
$segmentIndex: Int!
|
|
|
|
|
$duration: Float!
|
|
|
|
|
) {
|
|
|
|
|
setSegmentDuration(
|
|
|
|
|
videoId: $videoId
|
|
|
|
|
segmentIndex: $segmentIndex
|
|
|
|
|
duration: $duration
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
export type SetSegmentDurationMutationFn = Apollo.MutationFunction<
|
|
|
|
|
SetSegmentDurationMutation,
|
|
|
|
|
SetSegmentDurationMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useSetSegmentDurationMutation__
|
|
|
|
|
*
|
|
|
|
|
* To run a mutation, you first call `useSetSegmentDurationMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useSetSegmentDurationMutation` returns a tuple that includes:
|
|
|
|
|
* - A mutate function that you can call at any time to execute the mutation
|
|
|
|
|
* - An object with fields that represent the current status of the mutation's execution
|
|
|
|
|
*
|
|
|
|
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
|
|
|
*
|
|
|
|
|
* @example
|
|
|
|
|
* const [setSegmentDurationMutation, { data, loading, error }] = useSetSegmentDurationMutation({
|
|
|
|
|
* variables: {
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
* segmentIndex: // value for 'segmentIndex'
|
|
|
|
|
* duration: // value for 'duration'
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useSetSegmentDurationMutation(
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
SetSegmentDurationMutation,
|
|
|
|
|
SetSegmentDurationMutationVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
SetSegmentDurationMutation,
|
|
|
|
|
SetSegmentDurationMutationVariables
|
|
|
|
|
>(SetSegmentDurationDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type SetSegmentDurationMutationHookResult = ReturnType<
|
|
|
|
|
typeof useSetSegmentDurationMutation
|
|
|
|
|
>;
|
|
|
|
|
export type SetSegmentDurationMutationResult =
|
|
|
|
|
Apollo.MutationResult<SetSegmentDurationMutation>;
|
|
|
|
|
export type SetSegmentDurationMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
SetSegmentDurationMutation,
|
|
|
|
|
SetSegmentDurationMutationVariables
|
|
|
|
|
>;
|
|
|
|
|
export const EditUploadStreamDocument = gql`
|
|
|
|
|
mutation EditUploadStream(
|
|
|
|
|
$videoId: Int!
|
|
|
|
|
|