Skip to content

RelationConditionEdge ​

An edge in a connection.

graphql
type RelationConditionEdge {
  cursor: String!
  node: RelationCondition!
}

Fields ​

RelationConditionEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

RelationConditionEdge.node ● RelationCondition! non-null object ​

The item at the end of the edge.

Member Of ​

RelationConditionConnection object

Released under the MIT License.