diff --git a/src/index.tsx b/src/index.tsx index c3660af..2441fa8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1863,6 +1863,7 @@ export type GetVideoQuery = { } | null; homographyHistory: Array<{ __typename?: "HomographyInfoGQL"; + frameIndex: number; crop: { __typename?: "BoundingBoxGQL"; left: number; @@ -3398,6 +3399,7 @@ export const GetVideoDocument = gql` segmentDurations } homographyHistory { + frameIndex crop { left top diff --git a/src/operations/video.gql b/src/operations/video.gql index db6d2e0..93dcd4e 100644 --- a/src/operations/video.gql +++ b/src/operations/video.gql @@ -139,6 +139,7 @@ query GetVideo($videoId: Int!) { segmentDurations } homographyHistory { + frameIndex crop { left top