GetConfigurableFormStep
Signature
query {
GetConfigurableFormStep(id: ...)
}
Retourne : ConfigurableFormStep
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetConfigurableFormStep(
id: $id
) {
id
technicalCode
label
stepFilterAlgorithm {}
sortIndex
questions {}
commentsCount
}
}