diff --git a/src/index.tsx b/src/index.tsx index 0a044ea..2ca2c25 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1077,6 +1077,7 @@ export type MakePercentageIntervalGql = { export type Mutation = { __typename?: "Mutation"; + addAnnotationToShot: Scalars["Boolean"]["output"]; createBucketSet: BucketSetGql; createUploadStream: CreateUploadStreamReturn; deleteVideo: Scalars["Boolean"]["output"]; @@ -1089,6 +1090,11 @@ export type Mutation = { setSegmentDuration: Scalars["Boolean"]["output"]; }; +export type MutationAddAnnotationToShotArgs = { + annotationName: Scalars["String"]["input"]; + shotId: Scalars["Int"]["input"]; +}; + export type MutationCreateBucketSetArgs = { params: CreateBucketSetInput; }; diff --git a/src/schema.gql b/src/schema.gql index 22dc1ba..1368953 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -383,6 +383,7 @@ type TagGQL { type Mutation { createBucketSet(params: CreateBucketSetInput!): BucketSetGQL! setLoggerLevel(path: String!, level: String!): Boolean! + addAnnotationToShot(shotId: Int!, annotationName: String!): Boolean! getProfileImageUploadLink(fileExt: String = ".png"): GetUploadLinkReturn! editProfileImageUri(profileImageUri: String!): UserGQL! createUploadStream(