diff --git a/src/index.tsx b/src/index.tsx index 00a20d4..dab22a7 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1944,6 +1944,7 @@ export type HomographyInfoGql = { crop: BoundingBoxGql; destPoints: PocketPointsGql; frameIndex: Scalars["Int"]["output"]; + id: Scalars["Int"]["output"]; pockets: Array; sourcePoints: PocketPointsGql; }; diff --git a/src/schema.gql b/src/schema.gql index b1f9706..6744342 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -509,6 +509,7 @@ type VideoTagClass { } type HomographyInfoGQL { + id: Int! frameIndex: Int! crop: BoundingBoxGQL! pockets: [BoundingBoxGQL!]!