OBJECT
type NavBlueIntegrationMutation {# Arguments# isActive: # host: # userName: # password: # sendAutomatically: # sendCockpitCrew: # sendCabinCrew: # sendOtherCrew: setConfiguration(isActive: Boolean!,host: String,userName: String,password: String,sendAutomatically: Boolean,sendCockpitCrew: Boolean!,sendCabinCrew: Boolean!,sendOtherCrew: Boolean!): NonNullBooleanValueOrErrorList! }