Compare commits

..

5 Commits

Author SHA1 Message Date
ba7db21641 update notif operations
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2025-11-06 12:35:51 -08:00
056399b6c3 update naming of notification fragment 2025-11-05 15:39:39 -08:00
76b5792fd6 notifications operations 2025-11-05 15:39:39 -08:00
2938a78b75 add follow enum
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2025-11-05 15:27:44 -08:00
c73e66cbe8 notifications schema 2025-11-05 11:46:27 -08:00
2 changed files with 0 additions and 2 deletions

View File

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

View File

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