Skip to main content

AiReviewTemplateField

One column a template would add, before anything is created. The template picker has to show what it is about to insert - label, type and the question each column asks - and fieldKeys alone cannot render that.

Deliberately not AiReviewField: state, display order and run provenance only exist once a column is on a review.

type AiReviewTemplateField {
key: String!
label: String!
type: AiReviewFieldType!
prompt: String!
options: [String!]
unit: String
}

Fields​

AiReviewTemplateField.key ● String! non-null scalar​

The catalog identifier for this template column.

AiReviewTemplateField.label ● String! non-null scalar​

AiReviewTemplateField.type ● AiReviewFieldType! non-null enum​

AiReviewTemplateField.prompt ● String! non-null scalar​

The question this column asks of every document in the review.

AiReviewTemplateField.options ● [String!] list scalar​

Non-empty exactly when type is SINGLE_SELECT or MULTI_SELECT.

AiReviewTemplateField.unit ● String scalar​

ISO code for CURRENCY, a unit label for NUMBER. Null otherwise.

Member Of​

AiReviewTemplate object