Create delete user
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
2025-07-09 11:37:21 -06:00
parent 76a98aa0c3
commit 99f8968a36
2 changed files with 2 additions and 0 deletions

View File

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