UpdateBrochureInput
Defines the input for updating a brochure.
input UpdateBrochureInput {
alternateUrl: URL
description: String
id: ID
name: String
temporaryFileId: ID
type: BrochureType
url: URL
}
Fields
UpdateBrochureInput.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.
UpdateBrochureInput.description ● String scalar
A UTF-8 string that represents the description of the brochure. Optional.
UpdateBrochureInput.id ● ID scalar
The identifier for a brochure to be updated. Optional.
UpdateBrochureInput.name ● String scalar
A UTF-8 string that represents the name of the brochure. Optional.
UpdateBrochureInput.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.
UpdateBrochureInput.type ● BrochureType enum
The type of the brochure. Optional.
UpdateBrochureInput.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.