TaskConnection
A connection to a list of items.
type TaskConnection {
edges: [TaskEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
TaskConnection.edges ● [TaskEdge] list object
A list of edges.
TaskConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
TaskConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
tasks query