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
) {
id
formDefinition
applicable
validations
sortIndex
technicalCode
configurableFormStep {}
dataStrategy {}
dataNormalizer {}
dataStrategyDefinition
entityPropertyContext {}
dataNormalizerDefinition
phpApplicable
entityProperty {}
firstEntityProperty {}
configurableFormQuestionEntityProperties {}
extendedValidations
label
tooltip
placeholder
helpText
totalLabel
append
content
nestedConfigurableForm {}
nestedFormQuestions {}
width
}
}