OBJECT

CommitConnection

The connection type for Commit.

link GraphQL Schema definition

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