Skip to content

IssueStateConnection

The connection type for IssueState.

graphql
type IssueStateConnection {
  edges: [IssueStateEdge!]!
  nodes: [IssueState!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IssueStateConnection.edges ● [IssueStateEdge!]! non-null object

A list of all edges of the current page.

IssueStateConnection.nodes ● [IssueState!]! non-null object

A list of all nodes of the current page.

IssueStateConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

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