OBJECT
type MessagingChannelMessage {messageId: String! text: String! html: String type: String! status: String! createdAt: String! updatedAt: String! hasAttachments: Boolean! user: MessagingChannelMember }