Add an operation to get details for updating a video
Fixes railbird/railbird#1164
This commit is contained in:
@@ -155,6 +155,7 @@ type VideoGQL {
|
||||
elapsedTime: Float
|
||||
framesPerSecond: Int!
|
||||
stream: UploadStreamGQL
|
||||
tags: [VideoTag!]!
|
||||
}
|
||||
|
||||
type ShotGQL {
|
||||
@@ -258,6 +259,15 @@ type StreamErrorGQL {
|
||||
message: String!
|
||||
}
|
||||
|
||||
type VideoTag {
|
||||
tagClasses: [VideoTagClass!]!
|
||||
name: String!
|
||||
}
|
||||
|
||||
type VideoTagClass {
|
||||
name: String!
|
||||
}
|
||||
|
||||
type BucketSetGQL {
|
||||
keyName: String!
|
||||
feature: String!
|
||||
|
Reference in New Issue
Block a user