Add generated api hooks
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user