Skip to main content

TransformationTemplate

No description

type TransformationTemplate implements Node {
id: ID!
template: String!
name: String!
label: String!
createdDate: String!
updatedDate: String!
createdBy: String!
updatedBy: String!
lastPublishJobId: String!
}

Fields
Link copied!

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

The ID of the object

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

Transformation template data

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

Transformation template name

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

Transformation template label

TransformationTemplate.createdDate ● String! non-null scalar
Link copied!

Date transformation template was created

TransformationTemplate.updatedDate ● String! non-null scalar
Link copied!

Date transformation template was last updated

TransformationTemplate.createdBy ● String! non-null scalar
Link copied!

User who created the transformation template

TransformationTemplate.updatedBy ● String! non-null scalar
Link copied!

User who last updated the transformation template

TransformationTemplate.lastPublishJobId ● String! non-null scalar
Link copied!

Last publish job id of transformation template

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

createTransformationTemplate mutation ● publishTransformationTemplate mutation ● updateTransformationTemplate mutation

Member of
Link copied!

MediaHub object ● TransformationTemplateEdge object