OBJECT

TargetRelationEntityEdge

A Relay edge containing a TargetRelationEntity and its cursor.

link GraphQL Schema definition

  • type TargetRelationEntityEdge {
  • # The item at the end of the edge
  • node: TargetRelationEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }