Use relevant fields

This commit is contained in:
Kat Huang 2024-04-22 21:13:16 -06:00
parent 5181612f62
commit c6c5971325

View File

@ -107,16 +107,6 @@ query GetVideos($videoIds: [Int!]!) {
getVideos(videoIds: $videoIds) { getVideos(videoIds: $videoIds) {
id id
name name
totalShotsMade
totalShots
makePercentage
medianRun
averageTimeBetweenShots
createdAt
updatedAt
start_time
end_time
elapsed_time
frames_per_second frames_per_second
owner { owner {
id id
@ -140,32 +130,5 @@ query GetVideos($videoIds: [Int!]!) {
timeOffset timeOffset
coordinates 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
}
}
} }
} }