OBJECT

CommitHistoryConnection

The connection type for Commit.

link GraphQL Schema definition

  • type CommitHistoryConnection {
  • edges: [CommitEdge]
  • # A list of nodes.
  • nodes: [Commit]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }