FormFieldOption
Selectable choice of a SELECT / MULTI_SELECT form field.
type FormFieldOption {
label: String!
value: String!
}
Fields
FormFieldOption.label ● String! non-null scalar
Display label, resolved to the request language.
FormFieldOption.value ● String! non-null scalar
Stable machine value to submit.
Member Of
StorefrontFormField object