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