Remove email param from ensureStripeCustomerExists
This commit is contained in:
parent
fbd7c2020b
commit
04f1bb4d74
@ -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"];
|
||||
|
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user