add private field to video endpoints
All checks were successful
Tests / Tests (pull_request) Successful in 16s

This commit is contained in:
2024-12-05 15:30:16 -08:00
parent 54fd741670
commit 68a4c064f3
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ query GetVideoUpdatePageDetails($videoId: Int!) {
makePercentage
elapsedTime
tableSize
private
tags {
tagClasses {
name
@@ -65,6 +66,7 @@ query GetVideoDetails($videoId: Int!) {
createdAt
updatedAt
tableSize
private
owner {
id
firebaseUid