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