OBJECT
file attachment
type Attachment implements Node {filename: String id: ID! # The file size of the image in bytes.size: Int # The src URL for the image.url: String! }