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