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