Add all videos

This commit is contained in:
2024-12-17 14:12:25 -07:00
parent 8ed177b0f3
commit 7b4880a990
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ type Query {
after: String = null
includeCallersVideos: Boolean = true
filters: VideoFilterInput = null
allVideos: Boolean! = false
): VideoHistoryGQL!
}