ContactTasksEdge
An edge that contains a node of type Task, a cursor and some metadata.
type ContactTasksEdge {
node: Task!
cursor: String!
notes: String
}
Fields
ContactTasksEdge.node ● Task! non-null object
The Task node.
ContactTasksEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
ContactTasksEdge.notes ● String scalar
The relation's notes.
Member Of
ContactTasksEdgeConnection object