Skip to main content

UpdateTransformationTemplateInput

No description

input UpdateTransformationTemplateInput {
id: ID!
label: String!
template: String!
}

Fields
Link copied!

UpdateTransformationTemplateInput.id ● ID! non-null scalar
Link copied!

The ID of the transformation template to update

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

A short human readable description of the transformation template

UpdateTransformationTemplateInput.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!

updateTransformationTemplate mutation