OBJECT
The connection type for Task.
type TaskConnection {# A list of edges.edges: [TaskEdge] # A list of nodes.nodes: [Task] # Information to aid in pagination.pageInfo: PageInfo! # Indicates if export buttons should be shownshowExportButtons: Boolean totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }