This object holds the metadata about a single Shibumi template. It describes the attributes and metrics instances of the template have, as well as where the template lives in the hierarchy.
Fields
name (String!)
The template’s human-readable name.
apiName (String!)
The template’s api name. This name uniquely identifies the template.
attributes ([TemplateAttribute!]!)
The attributes and metrics accessible on any instance of this template.
attribute (TemplateAttribute!)
A specific attribute or metric.
Argument | Type | Description |
---|---|---|
apiName | String! |
The api name of the attribute. |
parents ([Template!]!)
The types that could potentially be parents of this template.
children ([Template!]!)
The types that could potentially be children of this template.
ancestors ([Template!]!)
The types that could potentially be above this template at any level in the hierarchy.
descendants ([Template!]!)
The types that could potentially be below this template at any level in the hierarchy.