AggregatedIssueRelationConnection
The connection type for AggregatedIssueRelation.
type AggregatedIssueRelationConnection {
edges: [AggregatedIssueRelationEdge!]!
nodes: [AggregatedIssueRelation!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AggregatedIssueRelationConnection.edges
● [AggregatedIssueRelationEdge!]!
non-null object
A list of all edges of the current page.
AggregatedIssueRelationConnection.nodes
● [AggregatedIssueRelation!]!
non-null object
A list of all nodes of the current page.
AggregatedIssueRelationConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
AggregatedIssueRelationConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
AggregatedIssue
object ● IssueRelation
object