GetInvestorDashboard
Returns the complete investor dashboard with tiles and charts scoped to the current investor
Signature
query {
GetInvestorDashboard
}
Retourne : InvestorDashboard!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
startDate | Date | — | Start date filter (YYYY-MM-DD) | |
endDate | Date | — | End date filter (YYYY-MM-DD) | |
userId | ID | — | Admin-only: render the dashboard as if executed for this user (requires ROLE_CAN_MANAGE_DASHBOARD_WIDGETS + view permission on the target user) |
Exemple
query {
GetInvestorDashboard {
# Sélectionner les champs souhaités
}
}