add has follwer to feed query
All checks were successful
Tests / Tests (pull_request) Successful in 10s

This commit is contained in:
dean
2025-11-06 13:13:54 -08:00
parent a7649351b3
commit aac9879afc
2 changed files with 2 additions and 0 deletions

View File

@@ -3223,6 +3223,7 @@ export type VideoGql = {
export type VideoHistoryGql = {
__typename?: "VideoHistoryGQL";
hasFollowing: Scalars["Boolean"]["output"];
pageInfo: PageInfoGql;
videos: Array<VideoGql>;
};