From 535e24c9c2e0fd6c1ee2a2418f062270962e2d1c Mon Sep 17 00:00:00 2001 From: Loewy Date: Thu, 1 Aug 2024 14:52:37 -0700 Subject: [PATCH] add frameindex in operations --- src/index.tsx | 2 ++ src/operations/video.gql | 1 + 2 files changed, 3 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 2ca2c25..17d8c57 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1851,6 +1851,7 @@ export type GetVideoQuery = { } | null; homographyHistory: Array<{ __typename?: "HomographyInfoGQL"; + frameIndex: number; crop: { __typename?: "BoundingBoxGQL"; left: number; @@ -3386,6 +3387,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