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