Make startFrame endFrame required for Shot
This commit is contained in:
@@ -135,10 +135,10 @@ type MakePercentageIntervalGQL {
|
||||
}
|
||||
|
||||
type ShotGQL {
|
||||
id: Int
|
||||
videoId: Int
|
||||
startFrame: Int
|
||||
endFrame: Int
|
||||
id: Int!
|
||||
videoId: Int!
|
||||
startFrame: Int!
|
||||
endFrame: Int!
|
||||
createdAt: DateTime
|
||||
updatedAt: DateTime
|
||||
cueObjectFeatures: CueObjectFeaturesGQL
|
||||
|
Reference in New Issue
Block a user