OBJECT
An offer attachment
type OfferAttachment {# Title of the offertitle: String! # Offer descriptiondescription: String! # Url of the offerurl: URI! # Url of the image from the offerimageUrl: URL! }