DesTaskConnection
A connection to a list of items.
type DesTaskConnection {
edges: [DesTaskEdge!]
nodes: [DesTask!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
DesTaskConnection.edges ● [DesTaskEdge!] list object
A list of edges.
DesTaskConnection.nodes ● [DesTask!] list object
A flattened list of the nodes.
DesTaskConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
DesTaskConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.