add average diff in videogql
All checks were successful
Tests / Tests (pull_request) Successful in 20s
All checks were successful
Tests / Tests (pull_request) Successful in 20s
This commit is contained in:
@@ -2883,6 +2883,7 @@ export type VideoFilterInput = {
|
||||
|
||||
export type VideoGql = {
|
||||
__typename?: "VideoGQL";
|
||||
averageDifficulty?: Maybe<Scalars["Float"]["output"]>;
|
||||
averageTimeBetweenShots?: Maybe<Scalars["Float"]["output"]>;
|
||||
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||
currentHomography?: Maybe<HomographyInfoGql>;
|
||||
|
@@ -462,6 +462,7 @@ type VideoGQL {
|
||||
makePercentage: Float!
|
||||
medianRun: Float
|
||||
averageTimeBetweenShots: Float
|
||||
averageDifficulty: Float
|
||||
createdAt: DateTime
|
||||
updatedAt: DateTime
|
||||
shots: [ShotGQL!]!
|
||||
|
Reference in New Issue
Block a user