Skip to content

AffectedByIssueConnection

The connection type for AffectedByIssue.

graphql
type AffectedByIssueConnection {
  edges: [AffectedByIssueEdge!]!
  nodes: [AffectedByIssue!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

AffectedByIssueConnection.edges ● [AffectedByIssueEdge!]! non-null object

A list of all edges of the current page.

AffectedByIssueConnection.nodes ● [AffectedByIssue!]! non-null interface

A list of all nodes of the current page.

AffectedByIssueConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AffectedByIssueConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object ● Issue object ● Project object ● Trackable interface

Released under the MIT License.