Compare commits
5 Commits
a74a11e789
...
ba7db21641
| Author | SHA1 | Date | |
|---|---|---|---|
| ba7db21641 | |||
| 056399b6c3 | |||
| 76b5792fd6 | |||
| 2938a78b75 | |||
| c73e66cbe8 |
@@ -3280,7 +3280,6 @@ export type VideoGql = {
|
||||
|
||||
export type VideoHistoryGql = {
|
||||
__typename?: "VideoHistoryGQL";
|
||||
hasFollowing: Scalars["Boolean"]["output"];
|
||||
pageInfo: PageInfoGql;
|
||||
videos: Array<VideoGql>;
|
||||
};
|
||||
|
||||
@@ -326,7 +326,6 @@ enum BannerKindEnum {
|
||||
type VideoHistoryGQL {
|
||||
videos: [VideoGQL!]!
|
||||
pageInfo: PageInfoGQL!
|
||||
hasFollowing: Boolean!
|
||||
}
|
||||
|
||||
type VideoGQL {
|
||||
|
||||
Reference in New Issue
Block a user