diff --git a/src/index.tsx b/src/index.tsx index d7c5160..453dcb2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2277,6 +2277,7 @@ export type MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailed export type Mutation = { __typename?: "Mutation"; addAnnotationToShot: AddShotAnnotationReturn; + cancelSubscription: UserSubscriptionStatusGql; commentOnVideo: Scalars["Boolean"]["output"]; createBucketSet: BucketSetGql; createSubscription: CreateSubscriptionResultGql; diff --git a/src/schema.gql b/src/schema.gql index 294ccf8..ed7cf8d 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -931,6 +931,7 @@ type Mutation { ensureStripeCustomerExists: UserGQL! deleteUser: Boolean! createSubscription(priceId: String!): CreateSubscriptionResultGQL! + cancelSubscription: UserSubscriptionStatusGQL! findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL createUploadStream( videoMetadata: VideoMetadataInput!