Skip to main content

DateIntervalInput (Input)

Represents an interval between two ISO8601 dates

input DateIntervalInput {
startDate: Date!
endDate: Date!
}

Fields

DateIntervalInput.startDate ● Date! non-null scalar

DateIntervalInput.endDate ● Date! non-null scalar

Member Of

aircraft.clearDayNote mutation ● aircraft.setDayNote mutation ● CrewFilterInput input ● schedule.createSchedFlights mutation ● schedule.createSchedFlightsLocalTime mutation