PdfBrochureDetails
Defines the details of a brochure formatted as a PDF document.
type PdfBrochureDetails {
pdfUrl: String
}
Fields
PdfBrochureDetails.pdfUrl
● String
scalar
The URL for the PDF brochure. Optional.
Implemented By
BrochureDetails
union