Skip to main content

IssueTypeConnection

The connection type for IssueType.

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

IssueTemplate object