PersonReferenceInput
Input object for PersonReferenceValueObject.
You have to specify either the ID of a contact person or set isClient to true.
input PersonReferenceInput {
contactPersonId: PersonID
isClient: Boolean
}
Fields
PersonReferenceInput.contactPersonId ● PersonID scalar
Refers to a contact person of a client.
PersonReferenceInput.isClient ● Boolean scalar
Refers to the current client.