templateVersionCreate

Arguments

Returns

TemplateVersion!
TemplateVersion!
Collapse
  • id
    Template version ID, used to identify a template version by name (slug)
  • Unique identifier of the template version (ULID)
  • deleted
    Indicates whether the template version has been deleted.
  • deprecatedAt
    Unix timestamp (in seconds) at which this template version was deprecated, if at all.
  • deprecationNote
    Optional note explaining why this version was deprecated.
  • Name of the template
  • instructions
    Instructions for given template version.
  • rawTemplate
    RawTemplate of the template version.
  • Labels associated with the template.
  • stackKeys
    List of keys that are used in the template.
  • createdAt
    CreatedAt is unix timestamp (in seconds) at which the template version was created
  • updatedAt
    UpdatedAt is unix timestamp (in seconds) at which the template version was updated
  • publishedAt
    PublishedAt is unix timestamp (in seconds) at which the template version was published
  • version
  • canDelete
    Whether the template version can be deleted
  • deploymentsCount
    Number of deployments for this template version