Skip to main content

CreateConfigurableForm

Stable

Signature

mutation {
CreateConfigurableForm(label: ..., type: ...)
}

Retourne : ConfigurableForm!

Arguments

NomTypeRequisDéfautDescription
labelString!
typeConfigurableFormType!
copyFromFormIdID

Exemple

mutation {
CreateConfigurableForm(
label: $label
type: $type
) {
# Sélectionner les champs souhaités
}
}