OBJECT
MyOwnerBoard
Logged user owner board data
link GraphQL Schema definition
- type MyOwnerBoard {
- : [MyAircraft!]!
- # Arguments
- # timeInterval: Maximum length of time interval is 60 days
- # aircraftList: [Not documented]
- # includeOption: [Not documented]
- # icaoTypes: [Not documented]
- # tripTypes: [Not documented]
- (
- : TimeIntervalInput!,
- : [AircraftOwnerNid!]!,
- : Boolean!,
- : [IcaoType!],
- : [ScheduleTripType!]
- ): [MyTrRevision!]!
- # time interval has to be shorter than 2 months
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 60 days
- # aircraftList: [Not documented]
- (
- : TimeIntervalInput!,
- : [AircraftOwnerNid!]!
- ): [MyAircraftLocation!]!
- # Arguments
- # timeInterval: Maximum length of time interval is 60 days
- # aircraftList: [Not documented]
- (
- : TimeIntervalInput!,
- : [AircraftOwnerNid!]!
- ): [MyAircraftReservation!]!
- # Arguments
- # timeInterval: Maximum length of time interval is 60 days
- # aircraftList: [Not documented]
- (
- : TimeIntervalInput!,
- : [AircraftOwnerNid!]!
- ): [MyAircraftReservation!]!
- : MyOwnerBoardConfig!
- # Requires access to resource GRAPHQL_HANDLING_AGENT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): LegHandling
- }