@@ -71,3 +71,34 @@ query GetVideoUpdatePageDetails($videoId: Int!) {
|
||||
mutation DeleteVideo($videoId: Int!) {
|
||||
deleteVideo(videoId: $videoId)
|
||||
}
|
||||
|
||||
query GetVideoDetails($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
name
|
||||
averageTimeBetweenShots
|
||||
elapsedTime
|
||||
endTime
|
||||
makePercentage
|
||||
makePercentage
|
||||
medianRun
|
||||
startTime
|
||||
totalShots
|
||||
totalShots
|
||||
totalShotsMade
|
||||
createdAt
|
||||
updatedAt
|
||||
owner {
|
||||
id
|
||||
firebaseUid
|
||||
username
|
||||
profileImageUri
|
||||
}
|
||||
tags {
|
||||
tagClasses {
|
||||
name
|
||||
}
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user