LabelEdge
An edge in a connection.
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