OBJECT
Content of mailbox message
type MailboxMessage {mailboxMessageNid: Int! subject: String! createdAt: DateTime! createdBy: Login type: MailboxMessageType! content: String! isHtml: Boolean! attachments: [MailboxMessageAttachment!]! from: Email! isRead: Boolean! }