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

@@ -4,6 +4,8 @@ directive @client on FIELD
extend type ShotGQL {
startTime: Float!
endTime: Float!
startSegment: Int!
endSegment: Int!
}
extend type UploadStreamGQL {