GetConfigurableForm
Signature
query {
GetConfigurableForm(id: ...)
}
Retourne : ConfigurableForm
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetConfigurableForm(
id: $id
) {
id
technicalCode {}
label
configurableFormType {}
configurableFormHasSteps {}
configurableFormDocumentsToSign {}
mustBeReviewedBeforeSignature
canBeSignedWithSubscription
}
}