diff --git a/src/index.tsx b/src/index.tsx index cf43e9a..06ba72c 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2353,10 +2353,6 @@ export type MutationEditUserArgs = { input: EditUserInputGql; }; -export type MutationEnsureStripeCustomerExistsArgs = { - email: Scalars["String"]["input"]; -}; - export type MutationFindPrerecordTableLayoutArgs = { b64Image: Scalars["String"]["input"]; videoId: Scalars["Int"]["input"]; diff --git a/src/schema.gql b/src/schema.gql index 6b4db05..b1ac1ad 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -879,7 +879,7 @@ type Mutation { followUser(followedUserId: Int!): UserGQL! unfollowUser(followedUserId: Int!): UserGQL! retireTags(tagIds: [Int!]!): Boolean! - ensureStripeCustomerExists(email: String!): UserGQL! + ensureStripeCustomerExists: UserGQL! findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL createUploadStream( videoMetadata: VideoMetadataInput!