Skip to main content

ContactContactsEdge

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

type ContactContactsEdge {
node: Contact!
cursor: String!
notes: String
}

Fields

ContactContactsEdge.node ● Contact! non-null object

The Contact node.

ContactContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

ContactContactsEdge.notes ● String scalar

Notes for this contact interrelation.

Member Of

ContactContactsEdgeConnection object