Add start segment and end segment client side fields
This commit is contained in:
@@ -4,6 +4,8 @@ directive @client on FIELD
|
||||
extend type ShotGQL {
|
||||
startTime: Float!
|
||||
endTime: Float!
|
||||
startSegment: Int!
|
||||
endSegment: Int!
|
||||
}
|
||||
|
||||
extend type UploadStreamGQL {
|
||||
|
Reference in New Issue
Block a user