Add null default
This commit is contained in:
parent
58e1c18034
commit
c4868e7ebe
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user