OBJECT
Represents single Subcharter Mailbox Message
type SubcharterMailboxMessage {mailboxMessageNid: Int! subject: String! createdAt: DateTime! createdBy: Login type: MailboxMessageType! content: String! isHtml: Boolean! attachments: [MailboxMessageAttachment!]! from: Email! isRead: Boolean! supplierName: String! }