OBJECT
1type InboxFileAttachment {23assetId: String! 45createdOn: Int! 67# File attachment extension, e.g. jpg8extension: String 910messageId: Int! 1112# File attachment MIME type, e.g. image/jpeg13mimeType: String! 1415renditionUrl: String! 1617size: Int! 1819sourceHeight: Int! 2021sourceWidth: Int! 2223threadId: Int! 2425title: String! 2627userId: Int! 2829}