Skip to content

IssueRelationConnection

The connection type for IssueRelation.

graphql
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

Released under the MIT License.