Compare commits
1 Commits
dean/add-h
...
5c62d45068
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c62d45068 |
@@ -3223,7 +3223,6 @@ export type VideoGql = {
|
||||
|
||||
export type VideoHistoryGql = {
|
||||
__typename?: "VideoHistoryGQL";
|
||||
hasFollowing: Scalars["Boolean"]["output"];
|
||||
pageInfo: PageInfoGql;
|
||||
videos: Array<VideoGql>;
|
||||
};
|
||||
|
||||
@@ -320,7 +320,6 @@ enum BannerKindEnum {
|
||||
type VideoHistoryGQL {
|
||||
videos: [VideoGQL!]!
|
||||
pageInfo: PageInfoGQL!
|
||||
hasFollowing: Boolean!
|
||||
}
|
||||
|
||||
type VideoGQL {
|
||||
|
||||
Reference in New Issue
Block a user