flight-support/mutation/sendFlightSupportMessage
mutation {
integration {
flightSupport {
sendFlightSupportMessage(
flightNid: 12345678
content: "Request well received, thanks."
createdBy: "Flight Support Employee"
) {
flightNid
id
type
isRead
content
createdAt
createdBy
oauthClientNid
}
}
}
}