RelationsEdge
A Relation edge in the connection.
type RelationsEdge {
cursor: Cursor
node: Relation!
}
Fields
RelationsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
RelationsEdge.node ● Relation! non-null object
The Relation at the end of the edge.
Member Of
RelationsConnection object