RelationEdge
An edge in a connection.
type RelationEdge {
cursor: String!
node: Relation!
}
Fields
RelationEdge.cursor
● String!
non-null scalar
A cursor used in pagination.
RelationEdge.node
● Relation!
non-null object
The item at the end of the edge.
Member of
RelationConnection
object