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

@@ -246,7 +246,18 @@ fragment StreamWithEndFrames on UploadStreamGQL {
}
}
fragment SegmentEndFrames on SegmentEndFramesGQL {
id
segmentEndFrames
}
fragment SegmentStartTimes on SegmentStartTimesGQL {
id
segmentStartTimes
}
fragment PlaylistWithSegmentStartTimes on HLSPlaylistGQL {
videoId
segmentDurations
segmentStartTimes @client
}