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