Drop frame count from videl gql
This commit is contained in:
parent
828140ed2b
commit
17aee8f220
@ -342,7 +342,7 @@ export type VideoGql = {
|
|||||||
__typename?: 'VideoGQL';
|
__typename?: 'VideoGQL';
|
||||||
averageTimeBetweenShots?: Maybe<Scalars['Float']['output']>;
|
averageTimeBetweenShots?: Maybe<Scalars['Float']['output']>;
|
||||||
createdAt: Scalars['DateTime']['output'];
|
createdAt: Scalars['DateTime']['output'];
|
||||||
elapsedTime: Scalars['Float']['output'];
|
elapsedTime?: Maybe<Scalars['Float']['output']>;
|
||||||
endTime: Scalars['DateTime']['output'];
|
endTime: Scalars['DateTime']['output'];
|
||||||
framesPerSecond: Scalars['Int']['output'];
|
framesPerSecond: Scalars['Int']['output'];
|
||||||
id: Scalars['Int']['output'];
|
id: Scalars['Int']['output'];
|
||||||
@ -352,7 +352,6 @@ export type VideoGql = {
|
|||||||
shots: Array<ShotGql>;
|
shots: Array<ShotGql>;
|
||||||
startTime: Scalars['DateTime']['output'];
|
startTime: Scalars['DateTime']['output'];
|
||||||
stream?: Maybe<UploadStreamGql>;
|
stream?: Maybe<UploadStreamGql>;
|
||||||
totalFrames: Scalars['Int']['output'];
|
|
||||||
totalShots: Scalars['Int']['output'];
|
totalShots: Scalars['Int']['output'];
|
||||||
totalShotsMade: Scalars['Int']['output'];
|
totalShotsMade: Scalars['Int']['output'];
|
||||||
updatedAt: Scalars['DateTime']['output'];
|
updatedAt: Scalars['DateTime']['output'];
|
||||||
|
@ -77,9 +77,8 @@ type VideoGQL {
|
|||||||
shots: [ShotGQL!]!
|
shots: [ShotGQL!]!
|
||||||
startTime: DateTime!
|
startTime: DateTime!
|
||||||
endTime: DateTime!
|
endTime: DateTime!
|
||||||
elapsedTime: Float!
|
elapsedTime: Float
|
||||||
framesPerSecond: Int!
|
framesPerSecond: Int!
|
||||||
totalFrames: Int!
|
|
||||||
stream: UploadStreamGQL
|
stream: UploadStreamGQL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user