GetDataTable
Signature
query {
GetDataTable(technicalCode: ...)
}
Retourne : DataTable
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
technicalCode | String! | ✓ | — | — |
Exemple
query {
GetDataTable(
technicalCode: $technicalCode
) {
id
technicalCode
name
dataTableColumns {}
dataTableColumnsDisplayable {}
kpiValues {}
}
}