TaskEdge
An edge that contains a node of type Task and a cursor.
type TaskEdge {
node: Task!
cursor: String!
}
Fields
TaskEdge.node
● Task!
non-null object
The Task node.
TaskEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
TaskConnection
object