OBJECT
OperatorSetting
link GraphQL Schema definition
- type OperatorSetting {
- # Journey log fields with information about whether or not they are enabled.
- : OperatorJourneyLogSetting!
- # Settings regarding duties and off days.
- : DutySettings!
- # Settings related to units of measurement.
- : OperatorUnitSettingType!
- # Settings related to sales module.
- : settingsSales!
- # Settings related to trips.
- : OperatorTripSettings!
- # Settings related to simulators.
- : OperatorSimulatorSettings!
- : Boolean!
- : DutySettingWeekend!
- # Arguments
- # timeInterval: [Not documented]
- (: DateIntervalInput!): [Date!]!
- # Arguments
- # showInactive:
- (: Boolean): [CurrencyType!]!
- # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
- #
- # Arguments
- # currencyId:
- (: CurrencyIdEnum!): [AOC!]!
- # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
- #
- # Arguments
- # currencyId:
- (
- : CurrencyIdEnum!
- ): [LoginLicenseType!]!
- # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE.
- # Requires access to resource GRAPHQL_CONTACT
- #
- # Arguments
- # currencyId:
- (
- : CurrencyIdEnum!
- ): [Label!]!
- # Requires access to resource GRAPHQL_CURRENCY_CONFIGURATION_SEE
- : CurrencyConfiguration!
- : OperatorSettingChecklist!
- : TagSettingType!
- # Requires access to resource INTEGRATION_SETTINGS_SEE
- : IntegrationSettings!
- : FleetSettings!
- # List of position names set by the operator.
- : [PositionName!]!
- # Requires access to resource AIRCRAFT_DOCUMENT_AVAILABILITY_SEE
- : AircraftDocumentsTemplatesSettings!
- }