diff --git a/src/index.tsx b/src/index.tsx index 874e737..526098b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4081,6 +4081,7 @@ export type SyncAppleSubscriptionResultGql = { export type TableStateGql = { __typename?: "TableStateGQL"; homography?: Maybe; + identifierToBox: Array; identifierToColor: Array>; identifierToPosition: Array>; }; diff --git a/src/schema.gql b/src/schema.gql index e3cdda0..186d16b 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -1716,6 +1716,7 @@ type TableStateGQL { identifierToPosition: [[Float!]!]! homography: HomographyInfoGQL identifierToColor: [RGBColorGQL]! + identifierToBox: [BoundingBoxGQL!]! } type TagClassGQL {