Delete video implemented on backend; schema changes

This commit is contained in:
Mike Kalange
2024-03-12 12:50:28 -06:00
parent 57c3ee0360
commit e88d875bd9
3 changed files with 10 additions and 0 deletions

View File

@@ -283,6 +283,7 @@ type Mutation {
videoId: Int!
videoMetadata: VideoMetadataInput!
): Boolean!
deleteVideo(videoId: Int!): Boolean!
}
input CreateBucketSetInput {