Skip to content

IssueTypeConnection

The connection type for IssueType.

graphql
type IssueTypeConnection {
  edges: [IssueTypeEdge!]!
  nodes: [IssueType!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IssueTypeConnection.edges ● [IssueTypeEdge!]! non-null object

A list of all edges of the current page.

IssueTypeConnection.nodes ● [IssueType!]! non-null object

A list of all nodes of the current page.

IssueTypeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IssueTypeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object ● IssueTemplate object ● Project object ● Trackable interface

Released under the MIT License.