Skip to content

RelationEdge

An edge in a connection.

graphql
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

Released under the MIT License.