Skip to content

IssueBoardColumnConnection

The connection type for IssueBoardColumn.

graphql
type IssueBoardColumnConnection {
  edges: [IssueBoardColumnEdge!]!
  nodes: [IssueBoardColumn!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IssueBoardColumnConnection.edges ● [IssueBoardColumnEdge!]! non-null object

A list of all edges of the current page.

IssueBoardColumnConnection.nodes ● [IssueBoardColumn!]! non-null object

A list of all nodes of the current page.

IssueBoardColumnConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IssueBoardColumnConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

IssueBoard object ● IssueState object

Released under the MIT License.