Add time to segment information

This commit is contained in:
2025-02-26 20:30:39 -07:00
parent 0bcfd32b14
commit 9d912ed21e
3 changed files with 41 additions and 18 deletions

View File

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