OBJECT

MySchedule

link GraphQL Schema definition

  • type MySchedule {
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • # includeMyAircraftDuties: [Not documented]
  • dutyList(
  • timeInterval: TimeIntervalInput!,
  • includeMyAircraftDuties: Boolean!
  • ): [CrewAppMyScheduleDutyList!]!
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • # includeMyAircraftFlights: [Not documented]
  • flightList(
  • timeInterval: TimeIntervalInput!,
  • includeMyAircraftFlights: Boolean!
  • ): [CrewAppMyScheduleFlightList!]!
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • positioningList(timeInterval: TimeIntervalInput!): [CrewAppSchedulePositioning!]!
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • simulatorList(timeInterval: TimeIntervalInput!): [CrewAppScheduleSimulator!]!
  • # return only maintenances that logged user is in aircraft preferred crew
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • maintenanceList(timeInterval: TimeIntervalInput!): [CrewAppScheduleMaintenance!]!
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • weeklyRestList(timeInterval: TimeIntervalInput!): [WeeklyRest!]!
  • # Access to resource GRAPHQL_CREW_APP_HOTEL_SEE will soon be required.
  • # time interval has to be shorter than 3 months
  • #
  • # Arguments
  • # timeInterval: Maximum length of time interval is 90 days
  • hotelReservationList(timeInterval: TimeIntervalInput!): [HotelReservation!]!
  • history: LoggedUserHistoryType!
  • # Arguments
  • # timeInterval: [Not documented]
  • # timeZoneToggle: [Not documented]
  • blockHours(
  • timeInterval: TimeIntervalInput!,
  • timeZoneToggle: TimeZoneToggle!
  • ): TimeLong!
  • }

link Require by