- id
TemplateVersion
TemplateVersion- idTemplate version ID, used to identify a template version by name (slug)
- ulidUnique identifier of the template version (ULID)
- spaceSpace!Space to which this template version belongs.
- deletedIndicates whether the template version has been deleted.
- deprecatedAtUnix timestamp (in seconds) at which this template version was deprecated, if at all.
- deprecationNoteOptional note explaining why this version was deprecated.
- nameName of the template
- instructionsInstructions for given template version.
- rawTemplateRawTemplate of the template version.
- stateBlueprintStateState of the template version. Published or Draft.
- inputs[BlueprintInput!]!Inputs of the template version.
- labelsLabels associated with the template.
- stackKeysList of keys that are used in the template.
- createdAtCreatedAt is unix timestamp (in seconds) at which the template version was created
- updatedAtUpdatedAt is unix timestamp (in seconds) at which the template version was updated
- publishedAtPublishedAt is unix timestamp (in seconds) at which the template version was published
- templateDetailsTemplate!
- version
- canDeleteWhether the template version can be deleted
- deploymentsCountNumber of deployments for this template version
- templateBlueprintTemplate!V2 template. For V1 templates, returns the migrated template with warnings. For V2 templates, returns the raw template as-is with no warnings.