MoveConfigurableFormQuestionToStep
Signature
mutation {
MoveConfigurableFormQuestionToStep(id: ..., configurableFormStepId: ...)
}
Retourne : ConfigurableFormQuestion!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
configurableFormStepId | ID! | ✓ | — | — |
Exemple
mutation {
MoveConfigurableFormQuestionToStep(
id: $id
configurableFormStepId: $configurableFormStepId
) {
# Sélectionner les champs souhaités
}
}