Create gql feed #4
@ -342,7 +342,7 @@ export type VideoGql = {
|
||||
__typename?: 'VideoGQL';
|
||||
averageTimeBetweenShots?: Maybe<Scalars['Float']['output']>;
|
||||
createdAt: Scalars['DateTime']['output'];
|
||||
elapsedTime: Scalars['Float']['output'];
|
||||
elapsedTime?: Maybe<Scalars['Float']['output']>;
|
||||
endTime: Scalars['DateTime']['output'];
|
||||
framesPerSecond: Scalars['Int']['output'];
|
||||
id: Scalars['Int']['output'];
|
||||
@ -352,7 +352,6 @@ export type VideoGql = {
|
||||
shots: Array<ShotGql>;
|
||||
startTime: Scalars['DateTime']['output'];
|
||||
stream?: Maybe<UploadStreamGql>;
|
||||
totalFrames: Scalars['Int']['output'];
|
||||
totalShots: Scalars['Int']['output'];
|
||||
totalShotsMade: Scalars['Int']['output'];
|
||||
updatedAt: Scalars['DateTime']['output'];
|
||||
|
@ -77,9 +77,8 @@ type VideoGQL {
|
||||
shots: [ShotGQL!]!
|
||||
startTime: DateTime!
|
||||
endTime: DateTime!
|
||||
elapsedTime: Float!
|
||||
elapsedTime: Float
|
||||
framesPerSecond: Int!
|
||||
totalFrames: Int!
|
||||
stream: UploadStreamGQL
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user