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