From c6c59713256870076e486ec65e08645ae16f0115 Mon Sep 17 00:00:00 2001 From: Kat Huang Date: Mon, 22 Apr 2024 21:13:16 -0600 Subject: [PATCH] Use relevant fields --- src/operations/video.gql | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/src/operations/video.gql b/src/operations/video.gql index 27a6557..c2d51cf 100644 --- a/src/operations/video.gql +++ b/src/operations/video.gql @@ -107,16 +107,6 @@ query GetVideos($videoIds: [Int!]!) { getVideos(videoIds: $videoIds) { id name - totalShotsMade - totalShots - makePercentage - medianRun - averageTimeBetweenShots - createdAt - updatedAt - start_time - end_time - elapsed_time frames_per_second owner { id @@ -140,32 +130,5 @@ query GetVideos($videoIds: [Int!]!) { timeOffset coordinates } - homography_history { - frame_index - crop { - x1 - y1 - x2 - y2 - } - pockets { - x1 - y1 - x2 - y2 - } - source_points { - topLeft - topRight - bottomLeft - bottomRight - } - dest_points { - topLeft - topRight - bottomLeft - bottomRight - } - } } }