ensure stripe customer rename
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-07-03 19:43:21 -07:00
parent 7302d6b8b6
commit c0636a8863
2 changed files with 6 additions and 6 deletions

View File

@@ -879,7 +879,7 @@ type Mutation {
followUser(followedUserId: Int!): UserGQL!
unfollowUser(followedUserId: Int!): UserGQL!
retireTags(tagIds: [Int!]!): Boolean!
getStripeCustomer(email: String!): UserGQL!
ensureStripeCustomerExists(email: String!): UserGQL!
findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL
createUploadStream(
videoMetadata: VideoMetadataInput!