GetDashboardWidgets
Returns dashboard widgets for admin configuration, optionally filtered by dashboard
Signature
query {
GetDashboardWidgets
}
Retourne : [DashboardWidget!]!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
dashboardType | DashboardType | — | Filter by dashboard type (distributor, investor, pms:portfolio) | |
dashboardId | ID | — | Filter by dashboard id |
Exemple
query {
GetDashboardWidgets {
id
technicalCode
label
localizedLabel {}
type {}
configJson
sortIndex
displayed
width {}
dashboard {}
dataAlgorithm {}
displayedAlgorithm {}
createdAt
updatedAt
}
}