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