OBJECT
A product attachment
type ProductAttachment {# Title of the producttitle: String! # Availability of the productisAvailable: Boolean! # Price of the productpriceText: String! # Promotion price of the productpromotionPriceText: String # Url of the productproductUrl: URI! # Url of the product imageimageUrl: URL! }