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]
- (
- TimeIntervalInput!, :
- Boolean! :
- ): [CrewAppMyScheduleDutyList!]!
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- # includeMyAircraftFlights: [Not documented]
- (
- TimeIntervalInput!, :
- Boolean! :
- ): [CrewAppMyScheduleFlightList!]!
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- TimeIntervalInput!): [CrewAppSchedulePositioning!]! ( :
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- TimeIntervalInput!): [CrewAppScheduleSimulator!]! ( :
- # return only maintenances that logged user is in aircraft preferred crew
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- TimeIntervalInput!): [CrewAppScheduleMaintenance!]! ( :
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- TimeIntervalInput!): [WeeklyRest!]! ( :
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- TimeIntervalInput!): [HotelReservation!]! ( :
- LoggedUserHistoryType!]! : [
- # Arguments
- # timeInterval: [Not documented]
- # timeZoneToggle: [Not documented]
- (
- TimeIntervalInput!, :
- TimeZoneToggle! :
- ): TimeLong!
- }