OBJECT
ActivityDashboardProfile
link GraphQL Schema definition
- type ActivityDashboardProfile implements ProfileTabsInterface, ActivityProfileInterface, RoleProfileInterface, ProfileFilterBoxTabsInterface {
- # Filter conditions that determine which records the dashboard includes.
- : ActivityFilterTab!
- # Ownership scope of the records shown, such as own, shared, managing-unit or
- # unassigned items.
- : ActivityRoleTab!
- # View settings of the dashboard, including which graphs are shown.
- : ActivityDashboardProfileView!
- }