Add all videos
This commit is contained in:
@@ -2259,6 +2259,7 @@ export type QueryGetBucketSetArgs = {
|
||||
|
||||
export type QueryGetFeedVideosArgs = {
|
||||
after?: InputMaybe<Scalars["String"]["input"]>;
|
||||
allVideos?: Scalars["Boolean"]["input"];
|
||||
filters?: InputMaybe<VideoFilterInput>;
|
||||
includeCallersVideos?: InputMaybe<Scalars["Boolean"]["input"]>;
|
||||
limit?: Scalars["Int"]["input"];
|
||||
|
@@ -68,6 +68,7 @@ type Query {
|
||||
after: String = null
|
||||
includeCallersVideos: Boolean = true
|
||||
filters: VideoFilterInput = null
|
||||
allVideos: Boolean! = false
|
||||
): VideoHistoryGQL!
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user