LinkEdge
An edge in a connection.
type LinkEdge {
cursor: String!
node: Link
}
Fields
LinkEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
LinkEdge.node ● Link object
The item at the end of the edge.
Member of
LinkConnection object