OBJECT
AircraftMaintenance
Represents single aircraft reservation activity.
link GraphQL Schema definition
- type AircraftMaintenance implements ActivityInterface {
- : Int!
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- : Int! @deprecated( reason: "use startTimeUTC" )
- : Int! @deprecated( reason: "use endTimeUTC" )
- : DateTime!
- : DateTime!
- : DateTimeWithTimezone!
- : DateTimeWithTimezone!
- # Arguments
- # baseNid: [Not documented]
- (: BaseNid!): DateTimeWithTimezone!
- # Arguments
- # baseNid: [Not documented]
- (: BaseNid!): DateTimeWithTimezone!
- : String!
- : Status!
- : Boolean!
- : Boolean!
- : Boolean!
- : String! @deprecated( reason: "use supplierOrFacility" )
- : String!
- : String!
- : Int! @deprecated( reason: "Use tahLimitTime field" )
- : TimeLong
- # calculated at now UTC-0
- : TimeLong!
- # calculated at beginning of aircraft reservation
- : TimeLong!
- : Int!
- # calculated at now UTC-0
- : Int!
- # calculated at beginning of aircraft reservation
- : Int!
- : DateTime
- : DateTimeWithTimezone
- : Boolean!
- : String!
- : [File!]
- : Float
- : String
- : [TagDefinition!]!
- # Activity color
- : [String!]!
- }