Skip to main content

MoveConfigurableFormQuestionToStep

Stable

Signature

mutation {
MoveConfigurableFormQuestionToStep(id: ..., configurableFormStepId: ...)
}

Retourne : ConfigurableFormQuestion!

Arguments

NomTypeRequisDéfautDescription
idID!
configurableFormStepIdID!

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
}
}