OBJECT
CommitConnection
The connection type for Commit.
link GraphQL Schema definition
- type CommitConnection {
 - #   A list of edges.
 - : [CommitEdge] 
 - #   A list of nodes.
 - : [Commit] 
 - #   Information to aid in pagination.
 - : PageInfo! 
 - #   Identifies the total count of items in the connection.
 - : Int! 
 - }