OBJECT

OfferAttachment

An offer attachment

link GraphQL Schema definition

  • type OfferAttachment {
  • # Title of the offer
  • title: String!
  • # Offer description
  • description: String!
  • # Url of the offer
  • url: URI!
  • # Url of the image from the offer
  • imageUrl: URL!
  • }