Mutation: sendFlightSupportMessage
Requires access to resource INTEGRATION_FLIGHT_SUPPORT
integration {
flightSupport {
sendFlightSupportMessage(
flightNid: FlightSupportFlightNid!
content: String!
createdBy: String!
attachments: [Upload!]
): FlightSupportMessage!
}
}