Skip to content

IssuePriorityConnection

The connection type for IssuePriority.

graphql
type IssuePriorityConnection {
  edges: [IssuePriorityEdge!]!
  nodes: [IssuePriority!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IssuePriorityConnection.edges ● [IssuePriorityEdge!]! non-null object

A list of all edges of the current page.

IssuePriorityConnection.nodes ● [IssuePriority!]! non-null object

A list of all nodes of the current page.

IssuePriorityConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IssuePriorityConnection.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.