OBJECT
IataMessagesMutation
IATA messages mutation
link GraphQL Schema definition
- type IataMessagesMutation {
- # Set all SSIM settings and deletes old one.
- # Requires access to resource SSIM_EDIT
- #
- # Arguments
- # ssimSettingsList: [Not documented]
- SsimSettingInput!]!): [SsimSetting!]! ( : [
- # Send SSIM message.
- # Requires access to resource SSIM_EDIT.
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # systemType: [Not documented]
- # action: [Not documented]
- # message: [Not documented]
- (
- FlightNid!, :
- SsimSystemType!, :
- AsmAction!, :
- String! :
- ): Boolean!
- }