OBJECT
A file attachment
type FileAttachment {# Name of the filefileName: String! # Mime Type of the filemimeType: String! # Url of the fileurl: URI! }