SelectFormField
Object: SelectFormField
Section titled “Object: SelectFormField”A GraphQL object type.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
key* | EntityKey! | — |
label* | String! | — |
description | String | — |
mode* | FormFieldMode! | — |
type* | FormFieldType! | — |
options* | [FormFieldOption!]! | The set of selectable options. Only the value of a defined option may be submitted. |