Skip to content

Option

An option for a field.

FieldTypeDescription
label*String!The label of the option, to be displayed to the users.
value*String!The value of the option. This value is the value that must be returned to the API when filling in an option. The value does not have to be the same as the label, but it's recommended to make it at least somewhat legible on its own, as it may be displayed if the choice is later removed.