Skip to main content

UpdateAiReviewColumnInput

No description

input UpdateAiReviewColumnInput {
reviewId: ID!
fieldId: ID!
label: String
type: AiReviewFieldType
prompt: String
options: [String!]
unit: String
modelKey: String
}

Fields​

UpdateAiReviewColumnInput.reviewId ● ID! non-null scalar​

UpdateAiReviewColumnInput.fieldId ● ID! non-null scalar​

UpdateAiReviewColumnInput.label ● String scalar​

The only field a generated column will accept. It cannot invalidate a cell.

UpdateAiReviewColumnInput.type ● AiReviewFieldType enum​

Rejected unless the current column state is DRAFT; otherwise cells go stale.

UpdateAiReviewColumnInput.prompt ● String scalar​

Rejected unless the current column state is DRAFT; otherwise cells go stale.

UpdateAiReviewColumnInput.options ● [String!] list scalar​

Rejected unless the current column state is DRAFT; otherwise cells go stale.

UpdateAiReviewColumnInput.unit ● String scalar​

Rejected unless the current column state is DRAFT; otherwise cells go stale.

UpdateAiReviewColumnInput.modelKey ● String scalar​

Rejected unless the current column state is DRAFT; otherwise cells go stale. "auto" clears the pin back to the extraction default. An unknown or archived key is UNKNOWN_MODEL.

Member Of​

updateAiReviewColumn mutation