From 16d8510465425c10ddb5c7161c85660c125364e5 Mon Sep 17 00:00:00 2001 From: Loewy Date: Tue, 12 Aug 2025 13:14:08 -0700 Subject: [PATCH] add cancel subscription --- src/index.tsx | 1 + src/schema.gql | 1 + 2 files changed, 2 insertions(+) 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!