TemplateCandidate
A candidate row exposed by templatePrepare for the frontend picker.
type TemplateCandidate {
id: ID!
label: JSON!
displayLabel: String!
values: JSON!
}
Fields
TemplateCandidate.id ● ID! non-null scalar
Identifier of the candidate row.
TemplateCandidate.label ● JSON! non-null scalar
Picker label projection (subset of values used to identify the row in the UI).
TemplateCandidate.displayLabel ● String! non-null scalar
Pre-rendered, human-readable label string ready for display in the picker.
TemplateCandidate.values ● JSON! non-null scalar
Full set of formatted values keyed by field name.
Member Of
TemplateManualNode object