Skip to content

RelationPartnerLayoutEdge ​

An edge in a connection.

graphql
type RelationPartnerLayoutEdge {
  cursor: String!
  node: RelationPartnerLayout!
}

Fields ​

RelationPartnerLayoutEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

RelationPartnerLayoutEdge.node ● RelationPartnerLayout! non-null object ​

The item at the end of the edge.

Member Of ​

RelationPartnerLayoutConnection object

Released under the MIT License.