Require cursor completion

This commit is contained in:
2024-05-02 22:08:57 -06:00
parent b0c7de2e92
commit d4b75bcb71
2 changed files with 2 additions and 0 deletions

View File

@@ -299,6 +299,7 @@ type PageInfoGQL {
input VideoFilterInput {
isStreamCompleted: Boolean = null
requireCursorCompletion: Boolean! = true
}
type Mutation {