OBJECT
ProjectRoleTab
link GraphQL Schema definition
- type ProjectRoleTab implements RoleTabInterface {
- # When true, includes records owned by the current user.
- : Boolean!
- # When true, includes records shared with the current user.
- : Boolean!
- # When true, includes records owned by users in the sales units the current user
- # manages.
- : Boolean!
- }