Skip to content

LabelEdge

An edge in a connection.

graphql
type LabelEdge {
  cursor: String!
  node: Label!
}

Fields

LabelEdge.cursor ● String! non-null scalar

A cursor used in pagination.

LabelEdge.node ● Label! non-null object

The item at the end of the edge.

Member Of

LabelConnection object

Released under the MIT License.