Skip to main content

PropertyRepresentativesEdge

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

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

Fields

PropertyRepresentativesEdge.node ● Contact! non-null object

The Contact node.

PropertyRepresentativesEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

PropertyRepresentativesEdge.representationBasis ● PropertyContactRepresentationBasis enum

Represents the related contact's representation basis.

PropertyRepresentativesEdge.startDate ● Date scalar

Represents the related contact's representation start date.

PropertyRepresentativesEdge.endDate ● Date scalar

Represents the related contact's representation end date.

PropertyRepresentativesEdge.isArchived ● Boolean scalar

Determines whether the current contact has been archived.

Member Of

PropertyRepresentativesEdgeConnection object