AffectedByIssueConnection
The connection type for AffectedByIssue.
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
Issue
object