UrlBrochureDetails
Defines the details of a brochure that is sourced from an external URL.
type UrlBrochureDetails {
previewImageUrl: String
url: String
}
Fields
UrlBrochureDetails.previewImageUrl
● String
scalar
The URL for the brochure's preview image. Optional.
UrlBrochureDetails.url
● String
scalar
The external URL for the brochure. Optional.
Implemented By
BrochureDetails
union