GetConfigurableForms
Signature
query {
GetConfigurableForms
}
Retourne : [ConfigurableForm]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
configurableFormType | ConfigurableFormType | — | — |
Exemple
query {
GetConfigurableForms {
# Sélectionner les champs souhaités
}
}