GraphQL OBJECT
Template
Template you define or design for your client account, recommendation, or catalog.
link Definition
- type Template {
- #   Unique ID of the template.
- : Int 
- #   Name of the template.
- : String 
- #   Description of the template.
- : String 
- #   Localized template string.
- : [LocalizedString] 
- #   Client who uses the template.
- : Client 
- #   URL pointing to a small preview of the template.
- : String @deprecated( reason: "Incorrect casing, please use smallPreviewUrl instead"  )
- #   URL pointing to a preview of the template.
- : String @deprecated( reason: "Incorrect casing, please use originalPreviewUrl instead"  )
- #   URL pointing to a small preview of the template.
- : String 
- #   URL pointing to a preview of the template.
- : String 
- #   Type of the template.
- : TemplateType 
- }