Compare commits

..

1 Commits

2 changed files with 0 additions and 2 deletions

View File

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

View File

@@ -320,7 +320,6 @@ enum BannerKindEnum {
type VideoHistoryGQL {
videos: [VideoGQL!]!
pageInfo: PageInfoGQL!
hasFollowing: Boolean!
}
type VideoGQL {