OBJECT
CommitHistoryConnection
The connection type for Commit.
link GraphQL Schema definition
- type CommitHistoryConnection {
- : [CommitEdge]
- # A list of nodes.
- : [Commit]
- # Information to aid in pagination.
- : PageInfo!
- }
OBJECT
The connection type for Commit.
- type CommitHistoryConnection {
- : [CommitEdge]
- # A list of nodes.
- : [Commit]
- # Information to aid in pagination.
- : PageInfo!
- }