Notifications Operation #206

Merged
loewy merged 3 commits from loewy/notifications-operations into master 2025-11-07 00:15:29 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit a74a11e789 - Show all commits

View File

@@ -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

View File

@@ -97,6 +97,9 @@ query GetVideoSocialDetailsById($videoId: Int!) {
getVideo(videoId: $videoId) {
id
name
screenshotUri
makePercentage
totalShots
owner {
id
firebaseUid