AddPropertyColumnToDataTable
Signature
mutation {
AddPropertyColumnToDataTable(dataTableId: ..., contextualizedEntityProperty: ...)
}
Retourne : [DataTableColumn]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
dataTableId | ID! | ✓ | — | — |
contextualizedEntityProperty | ContextualizedEntityPropertyInput! | ✓ | — | — |
Exemple
mutation {
AddPropertyColumnToDataTable(
dataTableId: $dataTableId
contextualizedEntityProperty: $contextualizedEntityProperty
) {
id
technicalCode
label
type
append
displayable
exportable
sortIndex
filterType {}
pinned {}
filterValues {}
}
}