Generalize terminateUploadStream into editUploadStream
This commit is contained in:
@@ -296,10 +296,7 @@ type Mutation {
|
||||
videoMetadata: VideoMetadataInput!
|
||||
): CreateUploadStreamReturn!
|
||||
getUploadLink(videoId: Int!, segmentIndex: Int!): GetUploadLinkReturn!
|
||||
terminateUploadStream(
|
||||
videoId: Int!
|
||||
videoMetadata: VideoMetadataInput!
|
||||
): Boolean!
|
||||
editUploadStream(videoId: Int!, videoMetadata: VideoMetadataInput!): Boolean!
|
||||
deleteVideo(videoId: Int!): Boolean!
|
||||
getProfileImageUploadLink(fileExt: String = ".png"): GetUploadLinkReturn!
|
||||
editProfileImageUri(profileImageUri: String!): UserGQL!
|
||||
@@ -322,6 +319,7 @@ input VideoMetadataInput {
|
||||
gameType: String = null
|
||||
tableSize: String = null
|
||||
uploadStreamMetadataInput: UploadStreamMetadataInput = null
|
||||
endStream: Boolean! = false
|
||||
}
|
||||
|
||||
input UploadStreamMetadataInput {
|
||||
|
Reference in New Issue
Block a user