add private field to video endpoints
All checks were successful
Tests / Tests (pull_request) Successful in 16s
All checks were successful
Tests / Tests (pull_request) Successful in 16s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user