OBJECT

WorkItemConnection

The connection type for WorkItem.

link GraphQL Schema definition

  • 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!
  • }

link Require by