Make startDatetime and endDatetime optional
This commit is contained in:
@@ -96,8 +96,8 @@ input EnumAggregation {
|
||||
}
|
||||
|
||||
input DatetimeRangeAggregationInput {
|
||||
startDatetime: DateTime!
|
||||
endDatetime: DateTime!
|
||||
startDatetime: DateTime = null
|
||||
endDatetime: DateTime = null
|
||||
interval: TimeInterval!
|
||||
feature: String! = "created_at"
|
||||
}
|
||||
|
Reference in New Issue
Block a user