diff --git a/src/index.tsx b/src/index.tsx index baa42a1..bee8ed7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1609,6 +1609,7 @@ export type VideoGql = { __typename?: "VideoGQL"; averageTimeBetweenShots?: Maybe; createdAt?: Maybe; + currentHomography?: Maybe; currentProcessing?: Maybe; elapsedTime?: Maybe; endTime?: Maybe; diff --git a/src/schema.gql b/src/schema.gql index 20c0989..1feb613 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -280,6 +280,7 @@ type VideoGQL { stream: UploadStreamGQL playlist: HLSPlaylistGQL tags: [VideoTag!]! + currentHomography: HomographyInfoGQL homographyHistory: [HomographyInfoGQL!]! currentProcessing: VideoProcessingGQL }