Skip to content

IssueTemplateConnection ​

The connection type for IssueTemplate.

graphql
type IssueTemplateConnection {
  edges: [IssueTemplateEdge!]!
  nodes: [IssueTemplate!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

IssueTemplateConnection.edges ● [IssueTemplateEdge!]! non-null object ​

A list of all edges of the current page.

IssueTemplateConnection.nodes ● [IssueTemplate!]! non-null object ​

A list of all nodes of the current page.

IssueTemplateConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

IssueTemplateConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Returned By ​

issueTemplates query

Member Of ​

AssignmentType object ● Component object ● IssuePriority object ● IssueRelationType object ● IssueState object ● IssueTemplate object ● IssueType object ● Project object ● Trackable interface

Released under the MIT License.