CustomExportVariableInput
Input for creating/updating custom export variables
Champs
| Champ | Type | Requis | Défaut | Description |
|---|---|---|---|---|
name | String! | ✓ | — | Display name for the variable |
technicalCode | String! | ✓ | — | Technical code used in SQL query |
type | CustomExportVariableType! | ✓ | — | Variable type (date, select, text, number) |
mandatory | Boolean! | ✓ | — | Whether value is mandatory |
options | [CustomExportVariableOptionInput] | — | Options for select type |