Skip to main content

ContractContactsEdge

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

type ContractContactsEdge {
node: Contact!
cursor: String!
notes: String
isContractPartner: Boolean
isContactPerson: Boolean
isRepresentative: Boolean
isInvoiceRecipient: Boolean
}

Fields

ContractContactsEdge.node ● Contact! non-null object

The Contact node.

ContractContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

ContractContactsEdge.notes ● String scalar

The relation's notes.

ContractContactsEdge.isContractPartner ● Boolean scalar

Indicate that the contact is the contract partner.

ContractContactsEdge.isContactPerson ● Boolean scalar

Indicate that the contact is the contact person.

ContractContactsEdge.isRepresentative ● Boolean scalar

Indicate that the contact is the representative.

ContractContactsEdge.isInvoiceRecipient ● Boolean scalar

Indicate that the contact is the invoice recipient.

Member Of

ContractContactsEdgeConnection object