PropertyContactInput
Provides the capabilities for dealing with a single relationship between a property and a contact.
input PropertyContactInput {
id: ID!
type: PropertyContactRepresentationType
representationBasis: PropertyContactRepresentationBasis
startDate: Date
endDate: Date
}
Fields
PropertyContactInput.id
● ID!
non-null scalar
The contact's unique identifier.
PropertyContactInput.type
● PropertyContactRepresentationType
enum
Represents the related contact's representation type.
PropertyContactInput.representationBasis
● PropertyContactRepresentationBasis
enum
Represents the related contact's representation basis.
PropertyContactInput.startDate
● Date
scalar
Represents the related contact's representation start date.
PropertyContactInput.endDate
● Date
scalar
Represents the related contact's representation end date.
Member Of
PropertyContactsInput
input