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