OBJECT
MaintenanceMutation
Represents available mutations for maintenance object
link GraphQL Schema definition
- type MaintenanceMutation {
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # maintenance_data: [Not documented]
- # removeAircraftOnOverlappingFlights: [Not
- # documented]
- (
- : AircraftMaintenanceCreateInput!,
- : Boolean
- ): NonNullAircraftMaintenanceValueOrErrorList!
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # aircraftMaintenanceNid: [Not documented]
- # maintenance_data: [Not documented]
- # removeAircraftOnOverlappingFlights: [Not
- # documented]
- (
- : AircraftReservationNid!,
- : AircraftMaintenanceUpdateInput!,
- : Boolean
- ): NonNullAircraftMaintenanceValueOrErrorList!
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # aircraftMaintenanceNid: [Not documented]
- (: AircraftReservationNid!): NonNullBooleanValueOrErrorList!
- # Requires access to resource GRAPHQL_MAINTENANCE_EDIT
- #
- # Arguments
- # tagDefinitionNid: [Not documented]
- (
- : TagDefinitionNid!
- ): Boolean!
- # Requires access to resource GRAPHQL_MX_HIL_EDIT
- #
- # Arguments
- # data: [Not documented]
- (: CreateHoldItemInput!): NonNullHilValueOrErrorList!
- # Requires access to resource GRAPHQL_MX_HIL_EDIT
- #
- # Arguments
- # holdItemNid: [Not documented]
- # data: [Not documented]
- (
- : HoldItemNid!,
- : UpdateHoldItemInput!
- ): NonNullHilValueOrErrorList!
- # Requires access to resource GRAPHQL_MX_HIL_EDIT
- #
- # Arguments
- # holdItemNid: [Not documented]
- (: HoldItemNid!): Boolean!
- }