AggregatedIssueConnection
The connection type for AggregatedIssue.
type AggregatedIssueConnection {
edges: [AggregatedIssueEdge!]!
nodes: [AggregatedIssue!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AggregatedIssueConnection.edges ● [AggregatedIssueEdge!]! non-null object
A list of all edges of the current page.
AggregatedIssueConnection.nodes ● [AggregatedIssue!]! non-null object
A list of all nodes of the current page.
AggregatedIssueConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AggregatedIssueConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member of
ComponentVersion object ● Interface object ● Issue object ● RelationPartner interface