GQL for caching hack
This commit is contained in:
@@ -13,3 +13,13 @@ extend type UploadStreamGQL {
|
||||
extend type HLSPlaylistGQL {
|
||||
segmentStartTimes: [Float!]!
|
||||
}
|
||||
|
||||
type SegmentEndFramesGQL {
|
||||
id: Int!
|
||||
segmentEndFrames: [Int!]!
|
||||
}
|
||||
|
||||
type SegmentStartTimesGQL {
|
||||
id: Int!
|
||||
segmentStartTimes: [Float!]!
|
||||
}
|
||||
|
Reference in New Issue
Block a user