Compare commits

..

No commits in common. "d0cf0719349c77824c1d6256ad6727b5e7a6516d" and "607504261cd2ba0a5fa943c21d62ae539158389c" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -2810,11 +2810,7 @@ export type GetVideoFeedQuery = {
endTime?: any | null; endTime?: any | null;
elapsedTime?: number | null; elapsedTime?: number | null;
tableSize: number; tableSize: number;
owner?: { owner?: { __typename?: "UserGQL"; username: string } | null;
__typename?: "UserGQL";
username: string;
profileImageUri?: string | null;
} | null;
stream?: { stream?: {
__typename?: "UploadStreamGQL"; __typename?: "UploadStreamGQL";
id: string; id: string;
@ -4344,7 +4340,6 @@ export const GetVideoFeedDocument = gql`
id id
owner { owner {
username username
profileImageUri
} }
name name
screenshotUri screenshotUri

View File

@ -49,7 +49,6 @@ query GetVideoFeed(
id id
owner { owner {
username username
profileImageUri
} }
name name
screenshotUri screenshotUri