OBJECT

IssueConnection

The connection type for Issue.

link GraphQL Schema definition

  • type IssueConnection {
  • # A list of edges.
  • edges: [IssueEdge]
  • # A list of nodes.
  • nodes: [Issue]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }