Skip to main content

IssueRelationConnection

The connection type for IssueRelation.

type IssueRelationConnection {
edges: [IssueRelationEdge!]!
nodes: [IssueRelation!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

IssueRelationConnection.edges ● [IssueRelationEdge!]! non-null object

A list of all edges of the current page.

IssueRelationConnection.nodes ● [IssueRelation!]! non-null object

A list of all nodes of the current page.

IssueRelationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IssueRelationConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member of

AggregatedIssueRelation object ● Issue object ● IssueRelationType object