diff --git a/src/index.tsx b/src/index.tsx index fa9e3f2..b866242 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2811,7 +2811,6 @@ export type GetShotsWithVideoGqlQuery = { __typename?: "Query"; getShotsWithMetadata: { __typename?: "GetShotsResult"; - ids: Array; shots: Array<{ __typename?: "ShotGQL"; id: number; @@ -4468,7 +4467,6 @@ export type UpdateShotAnnotationsMutationOptions = Apollo.BaseMutationOptions< export const GetShotsWithVideoGqlDocument = gql` query GetShotsWithVideoGql($filterInput: FilterInput!, $limit: Int) { getShotsWithMetadata(filterInput: $filterInput, limit: $limit) { - ids shots { id videoId diff --git a/src/operations/shots.gql b/src/operations/shots.gql index 0648db7..3d71420 100644 --- a/src/operations/shots.gql +++ b/src/operations/shots.gql @@ -42,7 +42,6 @@ mutation UpdateShotAnnotations( query GetShotsWithVideoGql($filterInput: FilterInput!, $limit: Int) { getShotsWithMetadata(filterInput: $filterInput, limit: $limit) { - ids shots { id videoId