OBJECT
MyAircraftReservation
Represents single aircraft reservation activity.
link GraphQL Schema definition
- type MyAircraftReservation implements ActivityInterface {
- : Int!
- : String!
- : String!
- : String!
- : String!
- : String!
- : String
- : TimeLong!
- : Int!
- # calculated at beginning of aircraft reservation
- : TimeLong!
- # calculated at beginning of aircraft reservation
- : Int!
- # calculated at now UTC-0
- : TimeLong!
- # calculated at now UTC-0
- : Int!
- : Int @deprecated( reason: "Please use dateLimit field instead" )
- : DateTime
- : Boolean!
- : Boolean!
- # Requires access to resource GRAPHQL_CONTACT
- : Contact
- : String
- : String!
- : Boolean!
- # Requires access to resource GRAPHQL_OPERATOR
- : Operator!
- : Boolean!
- : Boolean!
- : Int! @deprecated( reason: "Please use startTimeUTC field instead" )
- : Int! @deprecated( reason: "Please use endTimeUTC field instead" )
- : Int!
- : Int!
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft
- : String!
- : AircraftType
- # Activity color
- : [String!]!
- : DateTime!
- : DateTimeWithTimezone!
- # Arguments
- # baseNid: [Not documented]
- (: BaseNid!): DateTimeWithTimezone!
- : DateTime!
- : DateTimeWithTimezone!
- # Arguments
- # baseNid: [Not documented]
- (: BaseNid!): DateTimeWithTimezone!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : ReservationStatus!
- : [File!]
- : Int!
- : Int!
- : Int
- # Requires access to resource GRAPHQL_ACFT
- : AcftVirtual
- : Boolean!
- : Status!
- : Boolean!
- : TimeLong
- }