Skip to main content

CrewAppSchedule (Object)

type CrewAppSchedule {
flightList(
timeInterval: TimeIntervalInput!
): [CrewAppScheduleFlight!]!
simulatorList(
timeInterval: TimeIntervalInput!
): [CrewAppScheduleSimulator!]!
positioningList(
timeInterval: TimeIntervalInput!
): [CrewAppSchedulePositioning!]!
reservationList(
timeInterval: TimeIntervalInput!
): [CrewAppScheduleReservation!]!
maintenanceList(
timeInterval: TimeIntervalInput!
): [CrewAppScheduleMaintenance!]!
dutyList(
timeInterval: TimeIntervalInput!
): [CrewAppScheduleDuty!]!
}

Fields

CrewAppSchedule.flightList ● [CrewAppScheduleFlight!]! non-null object

CrewAppSchedule.flightList.timeInterval ● TimeIntervalInput! non-null input

CrewAppSchedule.simulatorList ● [CrewAppScheduleSimulator!]! non-null object

CrewAppSchedule.simulatorList.timeInterval ● TimeIntervalInput! non-null input

CrewAppSchedule.positioningList ● [CrewAppSchedulePositioning!]! non-null object

CrewAppSchedule.positioningList.timeInterval ● TimeIntervalInput! non-null input

CrewAppSchedule.reservationList ● [CrewAppScheduleReservation!]! non-null object

CrewAppSchedule.reservationList.timeInterval ● TimeIntervalInput! non-null input

CrewAppSchedule.maintenanceList ● [CrewAppScheduleMaintenance!]! non-null object

CrewAppSchedule.maintenanceList.timeInterval ● TimeIntervalInput! non-null input

CrewAppSchedule.dutyList ● [CrewAppScheduleDuty!]! non-null object

CrewAppSchedule.dutyList.timeInterval ● TimeIntervalInput! non-null input

Member Of

CrewAppQuery object