UpdateConfigurableForm
Signature
mutation {
UpdateConfigurableForm(configurableFormId: ..., label: ...)
}
Retourne : ConfigurableForm!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
configurableFormId | ID! | ✓ | — | — |
label | String! | ✓ | — | — |
Exemple
mutation {
UpdateConfigurableForm(
configurableFormId: $configurableFormId
label: $label
) {
# Sélectionner les champs souhaités
}
}