Generate gql changes
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
Kat Huang 2024-10-24 13:48:50 -06:00
parent b736a95124
commit b21a425065

View File

@ -2700,7 +2700,11 @@ export type GetFeedQuery = {
elapsedTime?: number | null;
tableSize: number;
owner?: { __typename?: "UserGQL"; username: string } | null;
stream?: { __typename?: "UploadStreamGQL"; isCompleted: boolean } | null;
stream?: {
__typename?: "UploadStreamGQL";
id: string;
isCompleted: boolean;
} | null;
tags: Array<{
__typename?: "VideoTag";
name: string;