OBJECT

GoldenProductDocument

PDF documents relating to the golden product.

link GraphQL Schema definition

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