Skip to main content

GetDashboardWidgets

Stable

Returns dashboard widgets for admin configuration, optionally filtered by dashboard

Signature

query {
GetDashboardWidgets
}

Retourne : [DashboardWidget!]!

Arguments

NomTypeRequisDéfautDescription
dashboardTypeDashboardTypeFilter by dashboard type (distributor, investor, pms:portfolio)
dashboardIdIDFilter by dashboard id

Exemple

query {
GetDashboardWidgets {
id
technicalCode
label
localizedLabel {}
type {}
configJson
sortIndex
displayed
width {}
dashboard {}
dataAlgorithm {}
displayedAlgorithm {}
createdAt
updatedAt
}
}