Skip to content

RelationLayoutEdge

An edge in a connection.

graphql
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

Released under the MIT License.