OBJECT
NavBlueIntegrationMutation
link GraphQL Schema definition
- type NavBlueIntegrationMutation {
- # Arguments
- # isActive:
- # host:
- # userName:
- # password:
- # sendAutomatically:
- # sendCockpitCrew:
- # sendCabinCrew:
- # sendOtherCrew:
- # sendCrewAs:
- (
- : Boolean!,
- : String,
- : String,
- : String,
- : Boolean,
- : Boolean!,
- : Boolean!,
- : Boolean!,
- : NavBlueIntegrationSendCrewAsType!
- ): NonNullBooleanValueOrErrorList!
- }