OBJECT

CommitCommentConnection

The connection type for CommitComment.

link GraphQL Schema definition

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