Skip to main content

TaskConnection

The connection type for Task.

type TaskConnection {
edges: [TaskEdge]
nodes: [Task]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

TaskConnection.edges ● [TaskEdge] list object

A list of edges.

TaskConnection.nodes ● [Task] list object

A list of nodes.

TaskConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TaskConnection.totalCount ● Int! non-null scalar

Returned By

tasks query