Skip to main content

CompanyContactsEdge

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

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

Fields

CompanyContactsEdge.node ● Contact! non-null object

The Contact node.

CompanyContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

CompanyContactsEdge.notes ● String scalar

Notes for this contact interrelation.

CompanyContactsEdge.rightOfRepresentation ● Boolean scalar

Whether the related contact holds the right of representation.

CompanyContactsEdge.soleRightOfRepresentation ● Boolean scalar

Whether the related contact holds the SOLE right of representation.

Member Of

CompanyContactsEdgeConnection object