PersonPropertiesEdge
An edge that contains a node of type Property, a cursor and some metadata.
type PersonPropertiesEdge {
node: Property!
cursor: String!
type: PropertyContactRepresentationType
representationBasis: PropertyContactRepresentationBasis
startDate: Date
endDate: Date
isArchived: Boolean
}
Fields
PersonPropertiesEdge.node ● Property! non-null object
The Property node.
PersonPropertiesEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
PersonPropertiesEdge.type ● PropertyContactRepresentationType enum
Represents the related person's representation type.
PersonPropertiesEdge.representationBasis ● PropertyContactRepresentationBasis enum
Represents the related property's representation basis.
PersonPropertiesEdge.startDate ● Date scalar
Represents the related property's representation start date.
PersonPropertiesEdge.endDate ● Date scalar
Represents the related property's representation end date.
PersonPropertiesEdge.isArchived ● Boolean scalar
Determines whether the current property has been archived.