From b9e3e1f31011aa3c45692c702b947612c70cd5f5 Mon Sep 17 00:00:00 2001 From: Loewy Date: Tue, 29 Oct 2024 12:44:56 -0700 Subject: [PATCH] remove uneeded ids --- src/index.tsx | 2 -- src/operations/shots.gql | 1 - 2 files changed, 3 deletions(-) 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