Skip to main content

TaskContactsEdge

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

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

Fields

TaskContactsEdge.node ● Contact! non-null object

The Contact node.

TaskContactsEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

TaskContactsEdge.notes ● String scalar

The relation's notes.

Member Of

TaskContactsEdgeConnection object