UpdateCustomFileExport
Signature
mutation {
UpdateCustomFileExport(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 {
UpdateCustomFileExport(
id: $id
) {
id
name
description
hasQuery
exports {}
lastExport {}
lastDownloadedExport {}
variables {}
}
}