UpdateCustomExport
Signature
mutation {
UpdateCustomExport(id: ...)
}
Retourne : CustomExport
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
name | String | — | — | |
description | String | — | — | |
variables | [CustomExportVariableInput] | — | Variable templates for parameterized queries |
Exemple
mutation {
UpdateCustomExport(
id: $id
) {
# Sélectionner les champs souhaités
}
}