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