CreateBrochureInput
Defines the input for creating a brochure.
input CreateBrochureInput {
alternateUrl: URL
description: String!
name: String!
temporaryFileId: ID
type: BrochureType!
url: URL
}
Fields
CreateBrochureInput.alternateUrl ● URL scalar
The alternate url associated with the brochure. Optional.
Can be specified if the type is VIDEO_URL. Will be ignored for other types.
CreateBrochureInput.description ● String! non-null scalar
A UTF-8 string that represents the description of the brochure.
CreateBrochureInput.name ● String! non-null scalar
A UTF-8 string that represents the name of the brochure.
CreateBrochureInput.temporaryFileId ● ID scalar
The identifier of the temporary file to associate to the brochure. Optional.
Can be specified if the type is PDF or URL. If type is URL will be used as the url preview image. Will be ignored for other types.
Temporary files are uploaded separately. See the uploading files guide for more information.
CreateBrochureInput.type ● BrochureType! non-null enum
The type of the brochure.
CreateBrochureInput.url ● URL scalar
The url associated with the brochure. Optional.
Can be specified if the type is URL or VIDEO_URL. Will be ignored for other types.