FormElementInput
Input object
Fields
| Field | Description | Type |
|---|---|---|
attributes | [ FormElementAttributeInput! ] | |
choices | [ FormElementChoiceInput! ] | |
elements | [ FormElementInput! ] | |
label | [ TranslationInput! ]! | |
multiple | Boolean | |
name | String! | |
predefined | Boolean | |
previousName | When changing the name, this should contain the old one | String |
required | Boolean | |
type | FormElementType! | |
validationFailOpen | Allow purchase when validation API is unreachable (default: true) | Boolean |
validationUrl | External validation API endpoint URL | String |