Skip to main content

PropertyContactsEdge

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

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

Fields

PropertyContactsEdge.node ● Contact! non-null object

The Contact node.

PropertyContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

PropertyContactsEdge.type ● PropertyContactRepresentationType enum

Represents the related contact's representation type.

PropertyContactsEdge.representationBasis ● PropertyContactRepresentationBasis enum

Represents the related contact's representation basis.

PropertyContactsEdge.startDate ● Date scalar

Represents the related contact's representation start date.

PropertyContactsEdge.endDate ● Date scalar

Represents the related contact's representation end date.

PropertyContactsEdge.isArchived ● Boolean scalar

Determines whether the current contact has been archived.

Member Of

PropertyContactsEdgeConnection object