Skip to main content

ContactPropertiesEdge

An edge that contains a node of type Property, a cursor and some metadata.

type ContactPropertiesEdge {
node: Property!
cursor: String!
type: PropertyContactRepresentationType
representationBasis: PropertyContactRepresentationBasis
startDate: Date
endDate: Date
isArchived: Boolean
}

Fields

ContactPropertiesEdge.node ● Property! non-null object

The Property node.

ContactPropertiesEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

ContactPropertiesEdge.type ● PropertyContactRepresentationType enum

Represents the related contact's representation type.

ContactPropertiesEdge.representationBasis ● PropertyContactRepresentationBasis enum

Represents the related property's representation basis.

ContactPropertiesEdge.startDate ● Date scalar

Represents the related property's representation start date.

ContactPropertiesEdge.endDate ● Date scalar

Represents the related property's representation end date.

ContactPropertiesEdge.isArchived ● Boolean scalar

Determines whether the current property has been archived.

Member Of

ContactPropertiesEdgeConnection object