add has follwer to feed query #204
@@ -3223,6 +3223,7 @@ export type VideoGql = {
|
||||
|
||||
export type VideoHistoryGql = {
|
||||
__typename?: "VideoHistoryGQL";
|
||||
hasFollowing: Scalars["Boolean"]["output"];
|
||||
pageInfo: PageInfoGql;
|
||||
videos: Array<VideoGql>;
|
||||
};
|
||||
|
||||
@@ -320,6 +320,7 @@ enum BannerKindEnum {
|
||||
type VideoHistoryGQL {
|
||||
videos: [VideoGQL!]!
|
||||
pageInfo: PageInfoGQL!
|
||||
hasFollowing: Boolean!
|
||||
}
|
||||
|
||||
type VideoGQL {
|
||||
|
||||
Reference in New Issue
Block a user