Compare commits
8 Commits
ba7db21641
...
a74a11e789
| Author | SHA1 | Date | |
|---|---|---|---|
| a74a11e789 | |||
| 3b2f88c0e0 | |||
| a3ac769cd4 | |||
| 00fc2ab44b | |||
| 58ab272289 | |||
| 242afae92b | |||
| 6bf597a2ec | |||
|
|
aac9879afc |
@@ -3280,6 +3280,7 @@ export type VideoGql = {
|
||||
|
||||
export type VideoHistoryGql = {
|
||||
__typename?: "VideoHistoryGQL";
|
||||
hasFollowing: Scalars["Boolean"]["output"];
|
||||
pageInfo: PageInfoGql;
|
||||
videos: Array<VideoGql>;
|
||||
};
|
||||
|
||||
@@ -326,6 +326,7 @@ enum BannerKindEnum {
|
||||
type VideoHistoryGQL {
|
||||
videos: [VideoGQL!]!
|
||||
pageInfo: PageInfoGQL!
|
||||
hasFollowing: Boolean!
|
||||
}
|
||||
|
||||
type VideoGQL {
|
||||
|
||||
Reference in New Issue
Block a user