Skip to content

AggregatedIssueRelationConnection

The connection type for AggregatedIssueRelation.

graphql
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

Released under the MIT License.