Skip to main content

GetConfigurableForms

Stable

Signature

query {
GetConfigurableForms
}

Retourne : [ConfigurableForm]

Arguments

NomTypeRequisDéfautDescription
configurableFormTypeConfigurableFormType

Exemple

query {
GetConfigurableForms {
id
technicalCode {}
label
configurableFormType {}
configurableFormHasSteps {}
configurableFormDocumentsToSign {}
mustBeReviewedBeforeSignature
canBeSignedWithSubscription
}
}