IssueConnection
The connection type for Issue.
type IssueConnection {
edges: [IssueEdge!]!
nodes: [Issue!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
IssueConnection.edges
● [IssueEdge!]!
non-null object
A list of all edges of the current page.
IssueConnection.nodes
● [Issue!]!
non-null object
A list of all nodes of the current page.
IssueConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
IssueConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member of
AffectedByIssue
interface ● AggregatedIssue
object ● Artefact
object ● Component
object ● ComponentVersion
object ● GropiusUser
object ● IMSUser
object ● Interface
object ● InterfacePart
object ● InterfaceSpecification
object ● InterfaceSpecificationVersion
object ● IssuePriority
object ● IssueState
object ● IssueTemplate
object ● IssueType
object ● Label
object ● NamedAffectedByIssue
interface ● Project
object ● RelationPartner
interface ● Trackable
interface ● User
interface