Change includeCallersVideos default to True
All checks were successful
Tests / Tests (pull_request) Successful in 14s

This commit is contained in:
Mike Kalange 2024-11-13 11:51:29 -08:00
parent 7cc0dca821
commit 087d511efc

View File

@ -59,7 +59,7 @@ type Query {
getFeedVideos(
limit: Int! = 5
after: String = null
includeCallersVideos: Boolean = false
includeCallersVideos: Boolean = true
filters: VideoFilterInput = null
): VideoHistoryGQL!
}