Skip to content

IssueBoardItemEdge ​

An edge in a connection.

graphql
type IssueBoardItemEdge {
  cursor: String!
  node: IssueBoardItem!
}

Fields ​

IssueBoardItemEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

IssueBoardItemEdge.node ● IssueBoardItem! non-null object ​

The item at the end of the edge.

Member Of ​

IssueBoardItemConnection object

Released under the MIT License.