Skip to main content

PersonContactsEdge

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

type PersonContactsEdge {
node: Contact!
cursor: String!
notes: String
rightOfRepresentation: Boolean
soleRightOfRepresentation: Boolean
}

Fields

PersonContactsEdge.node ● Contact! non-null object

The Contact node.

PersonContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

PersonContactsEdge.notes ● String scalar

Notes for this contact interrelation.

PersonContactsEdge.rightOfRepresentation ● Boolean scalar

Whether the related contact holds the right of representation.

PersonContactsEdge.soleRightOfRepresentation ● Boolean scalar

Whether the related contact holds the SOLE right of representation.

Member Of

PersonContactsEdgeConnection object