Skip to main content

GetInvestorDashboard

Stable

Returns the complete investor dashboard with tiles and charts scoped to the current investor

Signature

query {
GetInvestorDashboard
}

Retourne : InvestorDashboard!

Arguments

NomTypeRequisDéfautDescription
startDateDateStart date filter (YYYY-MM-DD)
endDateDateEnd date filter (YYYY-MM-DD)
userIdIDAdmin-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
}
}