Add client side start and end time

This commit is contained in:
2024-10-16 15:24:08 -06:00
parent e431a1751f
commit d619751144
4 changed files with 24 additions and 1 deletions

View File

@@ -84,6 +84,8 @@ fragment ShotWithAllFeatures on ShotGQL {
videoId
startFrame
endFrame
startTime @client
endTime @client
user {
id
}