Add start segment and end segment client side fields

This commit is contained in:
2025-02-26 19:29:15 -07:00
parent 9b27d288da
commit 0bcfd32b14
3 changed files with 18 additions and 0 deletions

View File

@@ -139,6 +139,8 @@ fragment ShotWithAllFeatures on ShotGQL {
endFrame
startTime @client
endTime @client
startSegment @client
endSegment @client
user {
id
}