MandatoryDateTimeSearchInput
No description
input MandatoryDateTimeSearchInput {
startDate: ISO8601Date!
endDate: ISO8601Date!
}
Fields
MandatoryDateTimeSearchInput.startDate
● ISO8601Date!
non-null scalar
Start of date range
MandatoryDateTimeSearchInput.endDate
● ISO8601Date!
non-null scalar
End of date range
Member Of
DashboardInput
input