OBJECT

AdvertDocument

PDF documents relating to the advert

link GraphQL Schema definition

  • type AdvertDocument implements Node {
  • # The name of the PDF
  • filename: String
  • id: ID!
  • # The file size of the attached document in bytes.
  • size: Int
  • # The Adverts attached PDF documents
  • url: String
  • }