ImportConfigurableFormConfig
Signature
mutation {
ImportConfigurableFormConfig(configFile: ..., configurableFormId: ..., dryRun: ...)
}
Retourne : ConfigurableFormConfigImportReport!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
configFile | UploadDocument! | ✓ | — | — |
configurableFormId | ID! | ✓ | — | — |
dryRun | Boolean! | ✓ | — | — |
Exemple
mutation {
ImportConfigurableFormConfig(
configFile: $configFile
configurableFormId: $configurableFormId
dryRun: $dryRun
) {
# Sélectionner les champs souhaités
}
}