Add generated api hooks

This commit is contained in:
2024-04-22 22:20:59 -06:00
parent c6c5971325
commit db39c5a576
2 changed files with 96 additions and 21 deletions

View File

@@ -107,28 +107,10 @@ query GetVideos($videoIds: [Int!]!) {
getVideos(videoIds: $videoIds) {
id
name
frames_per_second
owner {
id
firebaseUid
username
profileImageUri
}
tags {
tagClasses {
name
}
name
}
framesPerSecond
playlist {
video_id
m3u8_text
segment_durations
}
shots {
id
timeOffset
coordinates
m3u8Text
segmentDurations
}
}
}