OBJECT

DashboardRole

link GraphQL Schema definition

  • type DashboardRole implements RoleTabInterface {
  • # When true, records owned by the viewer are included.
  • showMyItems: Boolean!
  • # When true, records shared with the viewer are included.
  • showMySharedItems: Boolean!
  • # When true, records owned by users in the viewer's managed units are included.
  • showManagingUnitItems: Boolean!
  • # Whether the role-based visibility scope is applied. When false, records are not
  • # restricted by ownership role.
  • isEnabled: Boolean!
  • }