RelationshipTypesEnum
Possible types for relationships
enum RelationshipTypesEnum {
EMPLOYEE
INTEGRATION
RESPONSIBLE
}
Values
RelationshipTypesEnum.EMPLOYEE
The person is an employee of the company
RelationshipTypesEnum.INTEGRATION
The party is an integration of the company
RelationshipTypesEnum.RESPONSIBLE
The person is responsible for the company
Member Of
AddRelationshipInput
input ● InvitePersonInput
input ● Relationship
object