OBJECT
OperatorJourneyLogSettingsMutation
link GraphQL Schema definition
- type OperatorJourneyLogSettingsMutation {
- # Arguments
- # field:
- # required:
- (
- : JourneyLogConfigurableField!,
- : Boolean!
- ): Boolean!
- # Arguments
- # density:
- # Possible violation list: TOO_LOW_ERROR,TOO_HIGH_ERROR
- (: Float!): SetJetFuelDensityOutput!
- # Arguments
- # density:
- # Possible violation list: TOO_LOW_ERROR,TOO_HIGH_ERROR
- (: Float!): SetAvgasFuelDensityOutput!
- # Arguments
- # days:
- # Possible violation list: TOO_LOW_ERROR
- (: Int): SetDaysToKeepJLFilesOutput!
- # Arguments
- # enabled:
- (
- : Boolean!
- ): Boolean!
- # Arguments
- # field:
- # enabledStatus:
- (
- : JourneyLogConfigurableField!,
- : JourneyLogFieldEnabledStatus!
- ): Boolean!
- # Arguments
- # field:
- # fleet:
- (
- : JourneyLogConfigurableField!,
- : [AircraftNid!]!
- ): Boolean!
- # Arguments
- # required:
- (
- : Boolean!
- ): Boolean!
- # Arguments
- # mode:
- (
- : JourneyLogNightTimeCalculationMode!
- ): Boolean!
- # Arguments
- # required:
- (
- : Boolean!
- ): Boolean!
- # Arguments
- # hours:
- # Possible violation list:
- # INVALID_CHARACTERS_ERROR,NOT_IN_RANGE_ERROR,TOO_HIGH_ERROR,TOO_LOW_ERROR
- (: IntPositive): SetAutoCloseThresholdOutput!
- # Arguments
- # field:
- # order:
- (
- : JourneyLogConfigurableField!,
- : IntPositive!
- ): Boolean!
- }