OBJECT

IssueCommentConnection

The connection type for IssueComment.

link GraphQL Schema definition

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