TaskEdge
An edge in a connection.
type TaskEdge {
node: Task
cursor: Cursor!
}
Fields
TaskEdge.node ● Task object
The item at the end of the edge.
TaskEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
TaskConnection object