Skip to main content

ContactRelationInput

Input for associating a contact with notes about the relationship.

input ContactRelationInput {
id: ID!
notes: String
rightOfRepresentation: Boolean
soleRightOfRepresentation: Boolean
}

Fields

ContactRelationInput.id ● ID! non-null scalar

The ID of the contact to associate.

ContactRelationInput.notes ● String scalar

Notes about the relationship with this contact.

ContactRelationInput.rightOfRepresentation ● Boolean scalar

Whether the related contact holds the right of representation.

ContactRelationInput.soleRightOfRepresentation ● Boolean scalar

Whether the related contact holds the SOLE right of representation.

Member Of

RelatedContactsWithNotesInput input