Compare commits

..

No commits in common. "49d43b27032f6d72888a567a5cfaca2f58db64e2" and "76a98aa0c3ee445447eeb2ddfa987618e23be075" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -2275,7 +2275,6 @@ export type Mutation = {
createUploadStream: CreateUploadStreamReturn;
deleteComment: Scalars["Boolean"]["output"];
deleteTags: Scalars["Boolean"]["output"];
deleteUser: Scalars["Boolean"]["output"];
deleteVideo: Scalars["Boolean"]["output"];
editComment: Scalars["Boolean"]["output"];
editProfileImageUri: UserGql;

View File

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