OBJECT
The connection type for WorkItem.
type WorkItemConnection {cursors: [String!]! # A list of edges.edges: [WorkItemEdge] # A list of nodes.nodes: [WorkItem] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }