OBJECT

EmailRoleTab

link GraphQL Schema definition

  • type EmailRoleTab implements RoleTabInterface {
  • # When true, includes records owned by the current user.
  • showMyItems: Boolean!
  • # When true, includes records shared with the current user.
  • showMySharedItems: Boolean!
  • # When true, emails owned by other members of the current user managing unit are
  • # also included.
  • showManagingUnitItems: Boolean!
  • }