add frameindex in operations
All checks were successful
Tests / Tests (pull_request) Successful in 11s

This commit is contained in:
Loewy 2024-08-01 14:52:37 -07:00
parent 04308b1003
commit 535e24c9c2
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -139,6 +139,7 @@ query GetVideo($videoId: Int!) {
segmentDurations
}
homographyHistory {
frameIndex
crop {
left
top