Skip to content

IssueBoardItemConnection ​

The connection type for IssueBoardItem.

graphql
type IssueBoardItemConnection {
  edges: [IssueBoardItemEdge!]!
  nodes: [IssueBoardItem!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields ​

IssueBoardItemConnection.edges ● [IssueBoardItemEdge!]! non-null object ​

A list of all edges of the current page.

IssueBoardItemConnection.nodes ● [IssueBoardItem!]! non-null object ​

A list of all nodes of the current page.

IssueBoardItemConnection.pageInfo ● PageInfo! non-null object ​

Information to aid in pagination.

IssueBoardItemConnection.totalCount ● Int! non-null scalar ​

Identifies the total count of items in the connection.

Member Of ​

IssueBoard object

Released under the MIT License.