The connection type for IssueComment.
type IssueCommentConnection { edges: [IssueCommentEdge!]! nodes: [IssueComment!]! pageInfo: PageInfo! totalCount: Int! }
IssueCommentConnection.edges
[IssueCommentEdge!]!
A list of all edges of the current page.
IssueCommentConnection.nodes
[IssueComment!]!
A list of all nodes of the current page.
IssueCommentConnection.pageInfo
PageInfo!
Information to aid in pagination.
IssueCommentConnection.totalCount
Int!
Identifies the total count of items in the connection.
Artefact object ● Body object ● Comment interface ● Issue object ● IssueComment object
Artefact
Body
Comment
Issue
IssueComment
IssueCommentConnection
The connection type for IssueComment.
Fields
IssueCommentConnection.edges●[IssueCommentEdge!]!non-null object A list of all edges of the current page.
IssueCommentConnection.nodes●[IssueComment!]!non-null object A list of all nodes of the current page.
IssueCommentConnection.pageInfo●PageInfo!non-null object Information to aid in pagination.
IssueCommentConnection.totalCount●Int!non-null scalar Identifies the total count of items in the connection.
Member Of
Artefactobject ●Bodyobject ●Commentinterface ●Issueobject ●IssueCommentobject