diff --git a/src/index.tsx b/src/index.tsx index cfd8494..a4213be 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2883,6 +2883,7 @@ export type VideoFilterInput = { export type VideoGql = { __typename?: "VideoGQL"; + averageDifficulty?: Maybe; averageTimeBetweenShots?: Maybe; createdAt?: Maybe; currentHomography?: Maybe; diff --git a/src/schema.gql b/src/schema.gql index 4072a73..7cdc102 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -462,6 +462,7 @@ type VideoGQL { makePercentage: Float! medianRun: Float averageTimeBetweenShots: Float + averageDifficulty: Float createdAt: DateTime updatedAt: DateTime shots: [ShotGQL!]!