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