Add null default
This commit is contained in:
@@ -627,7 +627,7 @@ type UserPlayTimeGQL {
|
||||
input VideoFilterInput {
|
||||
isStreamCompleted: Boolean = null
|
||||
requireCursorCompletion: Boolean! = true
|
||||
createdAt: DateRangeFilter
|
||||
createdAt: DateRangeFilter = null
|
||||
}
|
||||
|
||||
type VideoHistoryGQL {
|
||||
|
Reference in New Issue
Block a user