Skip to content

IssueBoardConnection

The connection type for IssueBoard.

graphql
type IssueBoardConnection {
  edges: [IssueBoardEdge!]!
  nodes: [IssueBoard!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

IssueBoardConnection.edges ● [IssueBoardEdge!]! non-null object

A list of all edges of the current page.

IssueBoardConnection.nodes ● [IssueBoard!]! non-null object

A list of all nodes of the current page.

IssueBoardConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

IssueBoardConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Member Of

Component object ● Project object ● Trackable interface

Released under the MIT License.