Skip to content

IssueBoardEdge

An edge in a connection.

graphql
type IssueBoardEdge {
  cursor: String!
  node: IssueBoard!
}

Fields

IssueBoardEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IssueBoardEdge.node ● IssueBoard! non-null object

The item at the end of the edge.

Member Of

IssueBoardConnection object

Released under the MIT License.