Object GitHub::IssueCommentConnection

The connection type for IssueComment.

Fields

edges: [IssueCommentEdge]

A list of edges.

nodes: [IssueComment]

A list of nodes.

pageInfo: PageInfo!

Information to aid in pagination.

totalCount: Int!

Identifies the total count of items in the connection.

Uses

Issue.comments

PullRequest.comments

User.issueComments