Mutation: setConfiguration
operator {
integrationSettings {
navBlue {
setConfiguration(
isActive: Boolean!
host: String
userName: String
password: String
sendAutomatically: Boolean
sendCockpitCrew: Boolean!
sendCabinCrew: Boolean!
sendOtherCrew: Boolean!
sendCrewAs: NavBlueIntegrationSendCrewAsType!
): NonNullBooleanValueOrErrorList!
}
}
}