FromToDateInput
No description
input FromToDateInput {
from: DateTime!
to: DateTime!
}
Fields
FromToDateInput.from
● DateTime!
non-null scalar
Start of the date window. Dates are to be formatted in the ISO format.
FromToDateInput.to
● DateTime!
non-null scalar
End of the date window. Dates are to be formatted in the ISO format.