GQL for caching hack

This commit is contained in:
2024-10-17 01:28:14 -06:00
parent 9dc426ea0f
commit 8d1f79b8a8
3 changed files with 61 additions and 0 deletions

View File

@@ -13,3 +13,13 @@ extend type UploadStreamGQL {
extend type HLSPlaylistGQL {
segmentStartTimes: [Float!]!
}
type SegmentEndFramesGQL {
id: Int!
segmentEndFrames: [Int!]!
}
type SegmentStartTimesGQL {
id: Int!
segmentStartTimes: [Float!]!
}