Notifications Operation #206
@@ -5214,6 +5214,9 @@ export type GetVideoSocialDetailsByIdQuery = {
|
||||
__typename?: "VideoGQL";
|
||||
id: number;
|
||||
name?: string | null;
|
||||
screenshotUri?: string | null;
|
||||
makePercentage: number;
|
||||
totalShots: number;
|
||||
owner?: {
|
||||
__typename?: "UserGQL";
|
||||
id: number;
|
||||
@@ -10260,6 +10263,9 @@ export const GetVideoSocialDetailsByIdDocument = gql`
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
name
|
||||
screenshotUri
|
||||
makePercentage
|
||||
totalShots
|
||||
owner {
|
||||
id
|
||||
firebaseUid
|
||||
|
||||
@@ -97,6 +97,9 @@ query GetVideoSocialDetailsById($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
name
|
||||
screenshotUri
|
||||
makePercentage
|
||||
totalShots
|
||||
owner {
|
||||
id
|
||||
firebaseUid
|
||||
|
||||
Reference in New Issue
Block a user