Drop frame count from videl gql

This commit is contained in:
Kat Huang 2024-02-21 17:44:24 -07:00
parent 828140ed2b
commit a7e8861681

View File

@ -77,9 +77,8 @@ type VideoGQL {
shots: [ShotGQL!]!
startTime: DateTime!
endTime: DateTime!
elapsedTime: Float!
elapsedTime: Float
framesPerSecond: Int!
totalFrames: Int!
stream: UploadStreamGQL
}