Skip to main content

CreateTransformationTemplateInput

No description

input CreateTransformationTemplateInput {
mediaHubId: ID!
name: String!
label: String!
template: String!
}

Fields
Link copied!

CreateTransformationTemplateInput.mediaHubId ● ID! non-null scalar
Link copied!

The ID of the media hub that owns the new tranformation template

CreateTransformationTemplateInput.name ● String! non-null scalar
Link copied!

The name of the new transformation template, used when referencing it from Dynamic Media. Transformation template names must be unique and cannot be changed

CreateTransformationTemplateInput.label ● String! non-null scalar
Link copied!

A short human readable description of the transformation template

CreateTransformationTemplateInput.template ● String! non-null scalar
Link copied!

The URL query parameters that this transformation template expands to, as dcoumented in the Dynamic Media API reference

Member of
Link copied!

createTransformationTemplate mutation