Skip to content

IssueConnection

The connection type for Issue.

graphql
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 ● IntraComponentDependencySpecificationType object ● IssuePriority object ● IssueState object ● IssueTemplate object ● IssueType object ● Label object ● NamedAffectedByIssue interface ● Project object ● RelationPartner interface ● Trackable interface ● User interface

Released under the MIT License.