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