TypesObjects
Role
An object representing a role in a company.
type Role {
roleTitle: String!
period: RolePeriod!
isActive: Boolean!
entity: EntityLike!
}Fields
roleTitle String! non-null scalar
String!
The role title.
period RolePeriod! non-null object
RolePeriod!
The date from which the role is active.
isActive Boolean! non-null scalar
Boolean!
The date from which the role is active.
entity EntityLike! non-null interface
EntityLike!
The entity on the opposite side of the role relationship. If the role object is
fetched from a Company, this entity e.g. represents the CEO. If the role is
fetched from a BusinessPerson, this is the company where the CEO person entity
holds its role.
Member Of
BusinessPerson object Company object RoleChange object